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() |
CmisUnauthorizedException(String message) |
CmisUnauthorizedException(String message,
BigInteger code) |
CmisUnauthorizedException(String message,
BigInteger code,
String errorContent) |
CmisUnauthorizedException(String message,
BigInteger code,
Throwable cause) |
CmisUnauthorizedException(String message,
String errorContent) |
CmisUnauthorizedException(String message,
String errorContent,
Throwable cause) |
CmisUnauthorizedException(String message,
Throwable cause) |
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)
public CmisUnauthorizedException(String message, BigInteger code)
public CmisUnauthorizedException(String message, BigInteger code, String errorContent)
public CmisUnauthorizedException(String message, String errorContent, Throwable cause)
public CmisUnauthorizedException(String message)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.