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

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.ProfileDoesNotExistException
All Implemented Interfaces:
Serializable

public class ProfileDoesNotExistException
extends ProfileManagerException

See Also:
Serialized Form

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

ProfileDoesNotExistException

public ProfileDoesNotExistException()

ProfileDoesNotExistException

public ProfileDoesNotExistException(String message)

ProfileDoesNotExistException

public ProfileDoesNotExistException(String message,
                                    Throwable cause)

ProfileDoesNotExistException

public ProfileDoesNotExistException(Throwable cause)


Copyright © 2013 Atlassian. All Rights Reserved.