Class AmexException

All Implemented Interfaces:
Serializable

public class AmexException extends RuntimeException
Signals that a decoding or encoding error has occurred.
See Also:
  • Constructor Details

    • AmexException

      public AmexException()
      Constructs a new AmexException instance.
    • AmexException

      public AmexException(String message)
      Constructs a new AmexException instance with a message.
      Parameters:
      message - the detail message.
    • AmexException

      public AmexException(Throwable cause)
      Constructs a new AmexException instance with a cause.
      Parameters:
      cause - the cause of the exception.
    • AmexException

      public AmexException(String message, Throwable cause)
      Constructs a new AmexException instance with message and cause.
      Parameters:
      message - the detail message.
      cause - the cause of the exception.