org.apache.chemistry.opencmis.commons.exceptions
Class CmisProxyAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
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
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 |
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.