org.openid4java.association
Class AssociationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openid4java.OpenIDException
              extended by org.openid4java.association.AssociationException
All Implemented Interfaces:
java.io.Serializable

public class AssociationException
extends OpenIDException

Author:
Marius Scurtescu, Johnny Bufu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openid4java.OpenIDException
ASSOC_ERROR, AUTH_ERROR, AUTH_REALM_ERROR, AX_ERROR, CONSUMER_ERROR, DISCOVERY_ERROR, DISCOVERY_HTML_ERROR, DISCOVERY_HTML_GET_ERROR, DISCOVERY_HTML_NODATA_ERROR, DISCOVERY_HTML_PARSE_ERROR, EXTENSION_ERROR, INFOCARD_ERROR, MESSAGE_ERROR, OPENID_ERROR, PAPE_ERROR, SERVER_ERROR, SREG_ERROR, VERIFY_ERROR, XRDS_DOWNLOAD_ERROR, XRDS_PARSING_ERROR, XRI_ERROR, YADIS_ERROR, YADIS_GET_ERROR, YADIS_GET_INVALID_RESPONSE, YADIS_GET_NO_XRDS, YADIS_GET_TRANSPORT_ERROR, YADIS_HEAD_INVALID_RESPONSE, YADIS_HEAD_TRANSPORT_ERROR, YADIS_HTMLMETA_DOWNLOAD_ERROR, YADIS_HTMLMETA_INVALID_RESPONSE, YADIS_INVALID_SCHEME, YADIS_INVALID_URL, YADIS_XRDS_SIZE_EXCEEDED
 
Constructor Summary
AssociationException(int code, java.lang.Throwable cause)
           
AssociationException(java.lang.String message)
           
AssociationException(java.lang.String message, int code)
           
AssociationException(java.lang.String message, int code, java.lang.Throwable cause)
           
AssociationException(java.lang.String message, java.lang.Throwable cause)
           
AssociationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.openid4java.OpenIDException
getErrorCode, getMessage, setErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

AssociationException

public AssociationException(java.lang.String message)

AssociationException

public AssociationException(java.lang.String message,
                            int code)

AssociationException

public AssociationException(java.lang.String message,
                            java.lang.Throwable cause)

AssociationException

public AssociationException(java.lang.Throwable cause)

AssociationException

public AssociationException(int code,
                            java.lang.Throwable cause)

AssociationException

public AssociationException(java.lang.String message,
                            int code,
                            java.lang.Throwable cause)


Copyright © 2011 Sxip. All Rights Reserved.