com.atlassian.crowd.openid.server.manager.property
Class OpenIDPropertyManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerException
All Implemented Interfaces:
java.io.Serializable

public class OpenIDPropertyManagerException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
OpenIDPropertyManagerException()
          Default constructor.
OpenIDPropertyManagerException(java.lang.String s)
          Default constructor.
OpenIDPropertyManagerException(java.lang.String s, java.lang.Throwable throwable)
          Default constructor.
OpenIDPropertyManagerException(java.lang.Throwable throwable)
          Default constructor.
 
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

OpenIDPropertyManagerException

public OpenIDPropertyManagerException()
Default constructor.


OpenIDPropertyManagerException

public OpenIDPropertyManagerException(java.lang.String s)
Default constructor.

Parameters:
s - the message.

OpenIDPropertyManagerException

public OpenIDPropertyManagerException(java.lang.String s,
                                      java.lang.Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

OpenIDPropertyManagerException

public OpenIDPropertyManagerException(java.lang.Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.