Class ByteArrayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.internal.eis.cobol.ByteArrayException
- All Implemented Interfaces:
- Serializable
This is for exceptions encountered while extracting or inserting data in byte arrays.
- See Also:
- 
Field SummaryFieldsFields inherited from class org.eclipse.persistence.exceptions.EclipseLinkExceptionCR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
- 
Constructor SummaryConstructorsConstructorDescriptionByteArrayException(String message) ByteArrayException(String message, Exception exception) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic ByteArrayExceptionthrown when the byte converter cannot recognize the data format in the byte arrayMethods inherited from class org.eclipse.persistence.exceptions.EclipseLinkExceptioncr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
- 
Field Details- 
UNRECOGNIZED_DATA_FORMATpublic static final int UNRECOGNIZED_DATA_FORMAT- See Also:
 
 
- 
- 
Constructor Details- 
ByteArrayExceptionpublic ByteArrayException()
- 
ByteArrayException
- 
ByteArrayException
 
- 
- 
Method Details- 
unrecognizedDataTypethrown when the byte converter cannot recognize the data format in the byte array
 
-