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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.openid.client.consumer.OpenIDAuthException
              extended by com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponseException
All Implemented Interfaces:
Serializable

public class OpenIDAuthResponseException
extends OpenIDAuthException

See Also:
Serialized Form

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

OpenIDAuthResponseException

public OpenIDAuthResponseException()

OpenIDAuthResponseException

public OpenIDAuthResponseException(String message)

OpenIDAuthResponseException

public OpenIDAuthResponseException(String message,
                                   Throwable cause)

OpenIDAuthResponseException

public OpenIDAuthResponseException(Throwable cause)
Method Detail

getNiceMessage

public String getNiceMessage()
Description copied from class: OpenIDAuthException
Subclasses required to return a niceMessage explaining the exception error. This message could be used to explain the error to the end user.

Specified by:
getNiceMessage in class OpenIDAuthException
Returns:
niceMessage.


Copyright © 2013 Atlassian. All Rights Reserved.