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

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

public class DefaultProfileDeleteException
extends ProfileManagerException

See Also:
Serialized Form

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

DefaultProfileDeleteException

public DefaultProfileDeleteException()

DefaultProfileDeleteException

public DefaultProfileDeleteException(String message)

DefaultProfileDeleteException

public DefaultProfileDeleteException(String message,
                                     Throwable cause)

DefaultProfileDeleteException

public DefaultProfileDeleteException(Throwable cause)


Copyright © 2013 Atlassian. All Rights Reserved.