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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.openid.server.manager.profile.ProfileManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DefaultProfileDeleteException, ProfileAccessViolationException, ProfileAlreadyExistsException, ProfileDoesNotExistException

public class ProfileManagerException
extends Exception

See Also:
Serialized Form

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

ProfileManagerException

public ProfileManagerException()

ProfileManagerException

public ProfileManagerException(String message)

ProfileManagerException

public ProfileManagerException(String message,
                               Throwable cause)

ProfileManagerException

public ProfileManagerException(Throwable cause)


Copyright © 2012 Atlassian. All Rights Reserved.