public class CmisProxyAuthenticationException extends CmisRuntimeException
CmisRuntimeException
.)EXCEPTION_NAME
Constructor and Description |
---|
CmisProxyAuthenticationException()
Default constructor.
|
CmisProxyAuthenticationException(String message)
Constructor.
|
CmisProxyAuthenticationException(String message,
BigInteger code)
Constructor.
|
CmisProxyAuthenticationException(String message,
BigInteger code,
String errorContent)
Constructor.
|
CmisProxyAuthenticationException(String message,
BigInteger code,
String errorContent,
Map<String,String> additionalData)
Constructor.
|
CmisProxyAuthenticationException(String message,
BigInteger code,
Throwable cause)
Constructor.
|
CmisProxyAuthenticationException(String message,
String errorContent)
Constructor.
|
CmisProxyAuthenticationException(String message,
String errorContent,
Map<String,String> additionalData,
Throwable cause)
Constructor.
|
CmisProxyAuthenticationException(String message,
String errorContent,
Throwable cause)
Constructor.
|
CmisProxyAuthenticationException(String message,
Throwable cause)
Constructor.
|
getExceptionName
getAdditionalData, getAdditionalData, getCode, getErrorContent, setAdditionalData
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CmisProxyAuthenticationException()
public CmisProxyAuthenticationException(String message, BigInteger code, Throwable cause)
message
- error messagecode
- error codecause
- the causepublic CmisProxyAuthenticationException(String message, String errorContent)
message
- error messageerrorContent
- error page contentpublic CmisProxyAuthenticationException(String message, BigInteger code)
message
- error messagecode
- error codepublic CmisProxyAuthenticationException(String message, BigInteger code, String errorContent)
message
- error messagecode
- error codeerrorContent
- error page contentpublic CmisProxyAuthenticationException(String message, BigInteger code, String errorContent, Map<String,String> additionalData)
message
- error messagecode
- error codeerrorContent
- error page contentadditionalData
- additional datapublic CmisProxyAuthenticationException(String message, String errorContent, Map<String,String> additionalData, Throwable cause)
message
- error messageerrorContent
- error page contentadditionalData
- additional datacause
- the causepublic CmisProxyAuthenticationException(String message, String errorContent, Throwable cause)
message
- error messageerrorContent
- error page contentcause
- the causepublic CmisProxyAuthenticationException(String message, Throwable cause)
message
- error messagecause
- the causepublic CmisProxyAuthenticationException(String message)
message
- error messageCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.