org.cloudfoundry.identity.uaa.scim.exception
Class ScimResourceAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cloudfoundry.identity.uaa.scim.exception.ScimException
                  extended by org.cloudfoundry.identity.uaa.scim.exception.ScimResourceAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ScimResourceAlreadyExistsException
extends ScimException

Unchecked exception signalling that a user account already exists.

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
ScimResourceAlreadyExistsException(String message)
           
 
Method Summary
 
Methods inherited from class org.cloudfoundry.identity.uaa.scim.exception.ScimException
getStatus
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScimResourceAlreadyExistsException

public ScimResourceAlreadyExistsException(String message)
Parameters:
message - a message for the caller


Copyright © 2013. All rights reserved.