Class CamelCmisObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.component.cmis.exception.CamelCmisException
-
- org.apache.camel.component.cmis.exception.CamelCmisObjectNotFoundException
-
- All Implemented Interfaces:
Serializable
public class CamelCmisObjectNotFoundException extends CamelCmisException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CamelCmisObjectNotFoundException()
CamelCmisObjectNotFoundException(String message)
CamelCmisObjectNotFoundException(String message, Throwable cause)
CamelCmisObjectNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
CamelCmisObjectNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CamelCmisObjectNotFoundException
public CamelCmisObjectNotFoundException()
-
CamelCmisObjectNotFoundException
public CamelCmisObjectNotFoundException(String message)
-
CamelCmisObjectNotFoundException
public CamelCmisObjectNotFoundException(Throwable cause)
-
CamelCmisObjectNotFoundException
public CamelCmisObjectNotFoundException(String message, Throwable cause)
-
-