com.atlassian.crowd.openid.server.manager.profile
Class ProfileAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.openid.server.manager.profile.ProfileManagerException
              extended by com.atlassian.crowd.openid.server.manager.profile.ProfileAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ProfileAlreadyExistsException
extends ProfileManagerException

See Also:
Serialized Form

Constructor Summary
ProfileAlreadyExistsException()
           
ProfileAlreadyExistsException(String message)
           
ProfileAlreadyExistsException(String message, Throwable cause)
           
ProfileAlreadyExistsException(Throwable cause)
           
 
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

ProfileAlreadyExistsException

public ProfileAlreadyExistsException()

ProfileAlreadyExistsException

public ProfileAlreadyExistsException(String message)

ProfileAlreadyExistsException

public ProfileAlreadyExistsException(String message,
                                     Throwable cause)

ProfileAlreadyExistsException

public ProfileAlreadyExistsException(Throwable cause)


Copyright © 2013 Atlassian. All Rights Reserved.