Class PermanentException

All Implemented Interfaces:
Serializable, Response

public class PermanentException extends ResourceException
An exception that indicates that a failure is permanent, i.e. that re-trying alone without addressing the cause is not expected to succeed.
See Also:
  • Constructor Details

    • PermanentException

      public PermanentException(int code, String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      code - The numeric code of the exception.
      message - The detail message.
      cause - The exception which caused this exception to be thrown.