Class VipException

All Implemented Interfaces:
Serializable

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

    • VipException

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

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

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

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