org.apache.chemistry.opencmis.commons.exceptions
Class CmisProxyAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
                  extended by org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
                      extended by org.apache.chemistry.opencmis.commons.exceptions.CmisProxyAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class CmisProxyAuthenticationException
extends CmisRuntimeException

Proxy authentication exception. (This is exception is not defined in the CMIS specification and is therefore derived from CmisRuntimeException.)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
EXCEPTION_NAME
 
Constructor Summary
CmisProxyAuthenticationException()
           
CmisProxyAuthenticationException(java.lang.String message)
           
CmisProxyAuthenticationException(java.lang.String message, java.math.BigInteger code)
           
CmisProxyAuthenticationException(java.lang.String message, java.math.BigInteger code, java.lang.String errorContent)
           
CmisProxyAuthenticationException(java.lang.String message, java.math.BigInteger code, java.lang.Throwable cause)
           
CmisProxyAuthenticationException(java.lang.String message, java.lang.String errorContent)
           
CmisProxyAuthenticationException(java.lang.String message, java.lang.String errorContent, java.lang.Throwable cause)
           
CmisProxyAuthenticationException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
getExceptionName
 
Methods inherited from class org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
getCode, getErrorContent
 
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

CmisProxyAuthenticationException

public CmisProxyAuthenticationException()

CmisProxyAuthenticationException

public CmisProxyAuthenticationException(java.lang.String message,
                                        java.math.BigInteger code,
                                        java.lang.Throwable cause)

CmisProxyAuthenticationException

public CmisProxyAuthenticationException(java.lang.String message,
                                        java.lang.String errorContent)

CmisProxyAuthenticationException

public CmisProxyAuthenticationException(java.lang.String message,
                                        java.math.BigInteger code)

CmisProxyAuthenticationException

public CmisProxyAuthenticationException(java.lang.String message,
                                        java.math.BigInteger code,
                                        java.lang.String errorContent)

CmisProxyAuthenticationException

public CmisProxyAuthenticationException(java.lang.String message,
                                        java.lang.String errorContent,
                                        java.lang.Throwable cause)

CmisProxyAuthenticationException

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

CmisProxyAuthenticationException

public CmisProxyAuthenticationException(java.lang.String message)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.