com.atlassian.crowd.openid.client.consumer
Class OpenIDAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.openid.client.consumer.OpenIDAuthException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OpenIDAuthFailedException, OpenIDAuthRequestException, OpenIDAuthResponseException

public abstract class OpenIDAuthException
extends Exception

Superclass for all OpenID related exceptions.

See Also:
Serialized Form

Constructor Summary
OpenIDAuthException()
           
OpenIDAuthException(String message)
           
OpenIDAuthException(String message, Throwable cause)
           
OpenIDAuthException(Throwable cause)
           
 
Method Summary
abstract  String getNiceMessage()
          Subclasses required to return a niceMessage explaining the exception error.
 
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

OpenIDAuthException

public OpenIDAuthException()

OpenIDAuthException

public OpenIDAuthException(String message)

OpenIDAuthException

public OpenIDAuthException(String message,
                           Throwable cause)

OpenIDAuthException

public OpenIDAuthException(Throwable cause)
Method Detail

getNiceMessage

public abstract String getNiceMessage()
Subclasses required to return a niceMessage explaining the exception error. This message could be used to explain the error to the end user.

Returns:
niceMessage.


Copyright © 2013 Atlassian. All Rights Reserved.