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

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

public class OpenIDAuthFailedException
extends OpenIDAuthException

See Also:
Serialized Form

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

OpenIDAuthFailedException

public OpenIDAuthFailedException()

OpenIDAuthFailedException

public OpenIDAuthFailedException(String message)

OpenIDAuthFailedException

public OpenIDAuthFailedException(String message,
                                 Throwable cause)

OpenIDAuthFailedException

public OpenIDAuthFailedException(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.