com.atlassian.crowd.exception
Class ObjectAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by com.atlassian.crowd.exception.ObjectAlreadyExistsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MembershipAlreadyExistsException, UserAlreadyExistsException

public class ObjectAlreadyExistsException
extends CrowdException

Since:
v2.7
See Also:
Serialized Form

Constructor Summary
ObjectAlreadyExistsException(String s)
           
 
Method Summary
 
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

ObjectAlreadyExistsException

public ObjectAlreadyExistsException(String s)


Copyright © 2014 Atlassian. All Rights Reserved.