Class IsoException

All Implemented Interfaces:
Serializable

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

    • IsoException

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

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

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

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