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

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.CmisNotSupportedException
All Implemented Interfaces:
Serializable

public class CmisNotSupportedException
extends CmisBaseException

CMIS NotSupported Exception.

See Also:
Serialized Form

Constructor Summary
CmisNotSupportedException()
           
CmisNotSupportedException(String message)
           
CmisNotSupportedException(String message, BigInteger code)
           
CmisNotSupportedException(String message, BigInteger code, Throwable cause)
           
CmisNotSupportedException(String message, String errorContent)
           
CmisNotSupportedException(String message, String errorContent, Throwable cause)
           
CmisNotSupportedException(String message, Throwable cause)
           
 
Method Summary
 
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

CmisNotSupportedException

public CmisNotSupportedException()

CmisNotSupportedException

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

CmisNotSupportedException

public CmisNotSupportedException(String message,
                                 String errorContent)

CmisNotSupportedException

public CmisNotSupportedException(String message,
                                 BigInteger code)

CmisNotSupportedException

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

CmisNotSupportedException

public CmisNotSupportedException(String message,
                                 Throwable cause)

CmisNotSupportedException

public CmisNotSupportedException(String message)


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