public class ServerErrorException extends SCIMException
| Constructor and Description |
|---|
ServerErrorException(String errorMessage)
Create a new
ServerErrorException from the provided
information. |
ServerErrorException(String errorMessage,
Throwable cause)
Create a new
ServerErrorException from the provided
information. |
createException, createException, getStatusCode, marshaladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerErrorException(String errorMessage)
ServerErrorException from the provided
information.errorMessage - The error message for this SCIM exception.public ServerErrorException(String errorMessage, Throwable cause)
ServerErrorException from the provided
information.errorMessage - The error message for this SCIM exception.cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value
is permitted, and indicates that the cause is
nonexistent or unknown.)Copyright © 2011–2016 UnboundID. All rights reserved.