org.apache.chemistry.opencmis.commons.exceptions
Class CmisObjectNotFoundException
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.CmisObjectNotFoundException
- All Implemented Interfaces:
- Serializable
public class CmisObjectNotFoundException
- extends CmisBaseException
CMIS ObjectNotFound Exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmisObjectNotFoundException
public CmisObjectNotFoundException()
CmisObjectNotFoundException
public CmisObjectNotFoundException(String message,
BigInteger code,
Throwable cause)
CmisObjectNotFoundException
public CmisObjectNotFoundException(String message,
String errorContent)
CmisObjectNotFoundException
public CmisObjectNotFoundException(String message,
BigInteger code)
CmisObjectNotFoundException
public CmisObjectNotFoundException(String message,
String errorContent,
Throwable cause)
CmisObjectNotFoundException
public CmisObjectNotFoundException(String message,
Throwable cause)
CmisObjectNotFoundException
public CmisObjectNotFoundException(String message)
Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.