public class CmisUnauthorizedException extends CmisRuntimeException
(This is exception is not defined in the CMIS specification and is therefore
derived from CmisRuntimeException
.)
EXCEPTION_NAME
Constructor and Description |
---|
CmisUnauthorizedException()
Default constructor.
|
CmisUnauthorizedException(String message)
Constructor.
|
CmisUnauthorizedException(String message,
BigInteger code)
Constructor.
|
CmisUnauthorizedException(String message,
BigInteger code,
String errorContent)
Constructor.
|
CmisUnauthorizedException(String message,
BigInteger code,
Throwable cause)
Constructor.
|
CmisUnauthorizedException(String message,
String errorContent)
Constructor.
|
CmisUnauthorizedException(String message,
String errorContent,
Throwable cause)
Constructor.
|
CmisUnauthorizedException(String message,
Throwable cause)
Constructor.
|
getExceptionName
getCode, getErrorContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CmisUnauthorizedException()
public CmisUnauthorizedException(String message, BigInteger code, Throwable cause)
message
- error messagecode
- error codecause
- the causepublic CmisUnauthorizedException(String message, String errorContent)
message
- error messageerrorContent
- error page contentpublic CmisUnauthorizedException(String message, BigInteger code)
message
- error messagecode
- error codepublic CmisUnauthorizedException(String message, BigInteger code, String errorContent)
message
- error messagecode
- error codeerrorContent
- error page contentpublic CmisUnauthorizedException(String message, String errorContent, Throwable cause)
message
- error messageerrorContent
- error page contentcause
- the causepublic CmisUnauthorizedException(String message, Throwable cause)
message
- error messagecause
- the causepublic CmisUnauthorizedException(String message)
message
- error messageCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.