Package org.restheart.representation
Class InvalidMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.restheart.representation.InvalidMetadataException
-
- All Implemented Interfaces:
Serializable
public class InvalidMetadataException extends Exception
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMetadataException()InvalidMetadataException(String message)InvalidMetadataException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-