Class BinaryObjectException

    • Constructor Detail

      • BinaryObjectException

        public BinaryObjectException​(String msg)
        Creates binary exception with error message.
        Parameters:
        msg - Error message.
      • BinaryObjectException

        public BinaryObjectException​(Throwable cause)
        Creates binary exception with Throwable as a cause.
        Parameters:
        cause - Cause.
      • BinaryObjectException

        public BinaryObjectException​(String msg,
                                     @Nullable
                                     @Nullable Throwable cause)
        Creates binary exception with error message and Throwable as a cause.
        Parameters:
        msg - Error message.
        cause - Cause.