Class ScimServiceException

  • All Implemented Interfaces:
    Serializable

    public class ScimServiceException
    extends com.unboundid.scim2.common.exceptions.ScimException
    This exception is thrown when problems occur in the ScimService. This class allows a client application to differentiate between errors that arise on the client side from errors that come from the server.
    See Also:
    Serialized Form
    • Constructor Detail

      • ScimServiceException

        public ScimServiceException​(int statusCode,
                                    String errorMessage,
                                    Throwable cause)
        Create a new ScimServiceException from the provided information.
        Parameters:
        statusCode - The HTTP status code for this exception.
        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.)