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 Summary
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
-
Constructor Summary
ConstructorDescriptionByteArrayException
(String message) ByteArrayException
(String message, Exception exception) -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteArrayException
thrown when the byte converter cannot recognize the data format in the byte arrayMethods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
UNRECOGNIZED_DATA_FORMAT
public static final int UNRECOGNIZED_DATA_FORMAT- See Also:
-
-
Constructor Details
-
ByteArrayException
public ByteArrayException() -
ByteArrayException
-
ByteArrayException
-
-
Method Details
-
unrecognizedDataType
thrown when the byte converter cannot recognize the data format in the byte array
-