Class BinaryHandlingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BinaryHandlingException
    extends java.lang.Exception

    This class represents an exception while handling binary data.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryHandlingException​(java.lang.String msg)
      Creates a new BinaryHandlingException.
      BinaryHandlingException​(java.lang.String msg, java.lang.Throwable cause)
      Creates a new BinaryHandlingException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BinaryHandlingException

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

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