com.unboundid.scim.sdk
Class InvalidResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.unboundid.scim.sdk.SCIMException
com.unboundid.scim.sdk.InvalidResourceException
- All Implemented Interfaces:
- SCIMResponse, Serializable
public class InvalidResourceException
- extends SCIMException
Signals an error while looking up resources and attributes.
This exception corresponds to HTTP response code 400 BAD REQUEST.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidResourceException
public InvalidResourceException(String errorMessage)
- Create a new
InvalidResourceException from the provided
information.
- Parameters:
errorMessage - The error message for this SCIM exception.
InvalidResourceException
public InvalidResourceException(String errorMessage,
Throwable cause)
- Create a new
InvalidResourceException from the provided
information.
- Parameters:
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-2012 UnboundID. All Rights Reserved.