Class UncategorizedException

All Implemented Interfaces:
Serializable, Response

public class UncategorizedException extends ResourceException
An exception that indicates that a failure is not directly known to the system, and hence requires out-of-band knowledge or enhancements to determine if a failure should be categorized as temporary or permanent.
See Also:
  • Constructor Details

    • UncategorizedException

      public UncategorizedException(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.