Class BinaryPersistenceExceptionStateInvalidLength
- 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.BinaryPersistenceExceptionState
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceExceptionStateInvalidLength
-
- All Implemented Interfaces:
Serializable
public class BinaryPersistenceExceptionStateInvalidLength extends BinaryPersistenceExceptionState
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid)
BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid, String message)
BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid, String message, Throwable cause)
BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAddress()
long
getLength()
String
getMessage()
long
getObjectOid()
long
getTypeId()
-
Methods inherited from class org.eclipse.serializer.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BinaryPersistenceExceptionStateInvalidLength
public BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid)
-
BinaryPersistenceExceptionStateInvalidLength
public BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid, String message)
-
BinaryPersistenceExceptionStateInvalidLength
public BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid, Throwable cause)
-
BinaryPersistenceExceptionStateInvalidLength
public BinaryPersistenceExceptionStateInvalidLength(long address, long length, long typeId, long objectOid, String message, Throwable cause)
-
-
Method Detail
-
getLength
public long getLength()
-
getTypeId
public long getTypeId()
-
getAddress
public long getAddress()
-
getObjectOid
public long getObjectOid()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classorg.eclipse.serializer.exceptions.BaseException
-
-