public class InvalidResourceException extends SCIMException
Constructor and Description |
---|
InvalidResourceException(String errorMessage)
Create a new
InvalidResourceException from the provided
information. |
InvalidResourceException(String errorMessage,
Throwable cause)
Create a new
InvalidResourceException from the provided
information. |
createException, createException, getStatusCode, marshal
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidResourceException(String errorMessage)
InvalidResourceException
from the provided
information.errorMessage
- The error message for this SCIM exception.public InvalidResourceException(String errorMessage, Throwable cause)
InvalidResourceException
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-2015 UnboundID. All Rights Reserved.