Class MetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wildfly.prospero.api.exceptions.OperationException
-
- org.wildfly.prospero.api.exceptions.MetadataException
-
- All Implemented Interfaces:
Serializable
public class MetadataException extends OperationException
Represents metadata read/write operations exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataException(String msg)MetadataException(String msg, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-