Class BinaryHandlingException

  • All Implemented Interfaces:
    Serializable

    public class BinaryHandlingException
    extends Exception

    This class represents an exception while handling binary data.

    See Also:
    Serialized Form
    • Constructor Detail

      • BinaryHandlingException

        public BinaryHandlingException​(String msg)
        Creates a new BinaryHandlingException.
        Parameters:
        msg - The message text
      • BinaryHandlingException

        public BinaryHandlingException​(String msg,
                                       Throwable cause)
        Creates a new BinaryHandlingException.
        Parameters:
        msg - The message text
        cause - The root cause