Class CmisSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.frankframework.core.IbisException
-
- org.frankframework.extensions.cmis.CmisSessionException
-
- All Implemented Interfaces:
Serializable
public class CmisSessionException extends IbisException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.frankframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
-
Constructor Summary
Constructors Constructor Description CmisSessionException()CmisSessionException(String errMsg)CmisSessionException(String errMsg, Throwable t)CmisSessionException(Throwable t)
-
Method Summary
-
Methods inherited from class org.frankframework.core.IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessages
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-