Class BinaryPersistenceExceptionUnhandledCollectionType
- 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
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceExceptionUnhandledCollectionType
-
- All Implemented Interfaces:
Serializable
public class BinaryPersistenceExceptionUnhandledCollectionType extends BinaryPersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionUnhandledCollectionType()BinaryPersistenceExceptionUnhandledCollectionType(String message)BinaryPersistenceExceptionUnhandledCollectionType(String message, Throwable cause)BinaryPersistenceExceptionUnhandledCollectionType(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)BinaryPersistenceExceptionUnhandledCollectionType(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
-
-
-
-
Constructor Detail
-
BinaryPersistenceExceptionUnhandledCollectionType
public BinaryPersistenceExceptionUnhandledCollectionType()
-
BinaryPersistenceExceptionUnhandledCollectionType
public BinaryPersistenceExceptionUnhandledCollectionType(String message)
-
BinaryPersistenceExceptionUnhandledCollectionType
public BinaryPersistenceExceptionUnhandledCollectionType(Throwable cause)
-
BinaryPersistenceExceptionUnhandledCollectionType
public BinaryPersistenceExceptionUnhandledCollectionType(String message, Throwable cause)
-
-