org.cloudfoundry.identity.uaa.scim.exception
Class ScimResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cloudfoundry.identity.uaa.scim.exception.ScimException
org.cloudfoundry.identity.uaa.scim.exception.ScimResourceNotFoundException
- All Implemented Interfaces:
- Serializable
public class ScimResourceNotFoundException
- extends ScimException
Unchecked exception signalling that a user account could not be found.
- Author:
- Dave Syer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScimResourceNotFoundException
public ScimResourceNotFoundException(String message)
- Parameters:
message - a message for the caller
Copyright © 2013. All rights reserved.