Class BinaryPersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.serializer.exceptions.BaseException
-
- org.eclipse.serializer.persistence.exceptions.PersistenceException
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BinaryPersistenceExceptionInvalidList
,BinaryPersistenceExceptionState
,BinaryPersistenceExceptionTypeImportTypeNotFound
,BinaryPersistenceExceptionUnhandledCollectionType
public class BinaryPersistenceException extends PersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceException()
BinaryPersistenceException(String message)
BinaryPersistenceException(String message, Throwable cause)
BinaryPersistenceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
BinaryPersistenceException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.eclipse.serializer.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-