org.apache.chemistry.opencmis.commons.exceptions
Class CmisPermissionDeniedException
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.CmisPermissionDeniedException
- All Implemented Interfaces:
- Serializable
public class CmisPermissionDeniedException
- extends CmisBaseException
CMIS PermissionDenied Exception.
- See Also:
- Serialized Form
Method Summary |
String |
getExceptionName()
Returns the name of the exception as defined in the CMIS specification. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EXCEPTION_NAME
public static final String EXCEPTION_NAME
- See Also:
- Constant Field Values
CmisPermissionDeniedException
public CmisPermissionDeniedException()
CmisPermissionDeniedException
public CmisPermissionDeniedException(String message,
BigInteger code,
Throwable cause)
CmisPermissionDeniedException
public CmisPermissionDeniedException(String message,
String errorContent)
CmisPermissionDeniedException
public CmisPermissionDeniedException(String message,
BigInteger code)
CmisPermissionDeniedException
public CmisPermissionDeniedException(String message,
BigInteger code,
String errorContent)
CmisPermissionDeniedException
public CmisPermissionDeniedException(String message,
String errorContent,
Throwable cause)
CmisPermissionDeniedException
public CmisPermissionDeniedException(String message,
Throwable cause)
CmisPermissionDeniedException
public CmisPermissionDeniedException(String message)
getExceptionName
public String getExceptionName()
- Description copied from class:
CmisBaseException
- Returns the name of the exception as defined in the CMIS specification.
- Specified by:
getExceptionName
in class CmisBaseException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.