org.apache.chemistry.opencmis.commons.exceptions
Class CmisUnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
                  extended by org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
                      extended by org.apache.chemistry.opencmis.commons.exceptions.CmisUnauthorizedException
All Implemented Interfaces:
Serializable

public class CmisUnauthorizedException
extends CmisRuntimeException

Unauthorized exception. (This is exception is not defined in the CMIS specification and is therefore derived from CmisRuntimeException.)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
EXCEPTION_NAME
 
Constructor Summary
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)
           
 
Method Summary
 
Methods inherited from class org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException
getExceptionName
 
Methods inherited from class org.apache.chemistry.opencmis.commons.exceptions.CmisBaseException
getCode, getErrorContent
 
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
 

Constructor Detail

CmisUnauthorizedException

public CmisUnauthorizedException()

CmisUnauthorizedException

public CmisUnauthorizedException(String message,
                                 BigInteger code,
                                 Throwable cause)

CmisUnauthorizedException

public CmisUnauthorizedException(String message,
                                 String errorContent)

CmisUnauthorizedException

public CmisUnauthorizedException(String message,
                                 BigInteger code)

CmisUnauthorizedException

public CmisUnauthorizedException(String message,
                                 BigInteger code,
                                 String errorContent)

CmisUnauthorizedException

public CmisUnauthorizedException(String message,
                                 String errorContent,
                                 Throwable cause)

CmisUnauthorizedException

public CmisUnauthorizedException(String message,
                                 Throwable cause)

CmisUnauthorizedException

public CmisUnauthorizedException(String message)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.