Class ScimServiceException

    • Constructor Detail

      • ScimServiceException

        public ScimServiceException​(int statusCode,
                                    @Nullable
                                    String errorMessage,
                                    @Nullable
                                    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.