All Implemented Interfaces:
Serializable

public class ByteArrayException extends EclipseLinkException
This is for exceptions encountered while extracting or inserting data in byte arrays.
See Also:
  • Field Details

    • UNRECOGNIZED_DATA_FORMAT

      public static final int UNRECOGNIZED_DATA_FORMAT
      See Also:
  • Constructor Details

    • ByteArrayException

      public ByteArrayException()
    • ByteArrayException

      public ByteArrayException(String message)
    • ByteArrayException

      public ByteArrayException(String message, Exception exception)
  • Method Details

    • unrecognizedDataType

      public static ByteArrayException unrecognizedDataType()
      thrown when the byte converter cannot recognize the data format in the byte array