org.expressme.openid
Class OpenIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.expressme.openid.OpenIdException
All Implemented Interfaces:
java.io.Serializable

public class OpenIdException
extends java.lang.RuntimeException

Exception for any open id authentication.

Author:
Michael Liao (askxuefeng@gmail.com)
See Also:
Serialized Form

Constructor Summary
OpenIdException()
          OpenIdException with no message.
OpenIdException(java.lang.String message)
          OpenIdException with message.
OpenIdException(java.lang.String message, java.lang.Throwable cause)
          OpenIdException with message and cause.
OpenIdException(java.lang.Throwable cause)
          OpenIdException with 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

OpenIdException

public OpenIdException()
OpenIdException with no message.


OpenIdException

public OpenIdException(java.lang.String message,
                       java.lang.Throwable cause)
OpenIdException with message and cause.


OpenIdException

public OpenIdException(java.lang.String message)
OpenIdException with message.


OpenIdException

public OpenIdException(java.lang.Throwable cause)
OpenIdException with cause.



Copyright 2009-2011, JOpenId