Class ErrorBinaryMsgException

All Implemented Interfaces:
Serializable

public class ErrorBinaryMsgException extends BinaryMsgException
Exception thrown whenever BinaryMsg returns an error.
Since:
1.0
Version:
2022-08-30
See Also:
  • Constructor Details

    • ErrorBinaryMsgException

      public ErrorBinaryMsgException(BinaryMsg msg)
      Constructs a new "binary msg: error" exception with the specified message.
      Parameters:
      msg - the detailed error message
  • Method Details

    • getError

      public int getError()
      Returns the error code from the message.