org.apache.chemistry.opencmis.commons.exceptions
Class CmisNotSupportedException
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.CmisNotSupportedException
- All Implemented Interfaces:
- Serializable
public class CmisNotSupportedException
- extends CmisBaseException
CMIS NotSupported Exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.