Package org.kie.internal.runtime.manager
Class SessionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.internal.runtime.manager.SessionNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SessionNotFoundException extends java.lang.RuntimeException
Exception that indicates that ksession could not be found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionNotFoundException(java.lang.String message)
SessionNotFoundException(java.lang.String message, java.lang.Throwable cause)
SessionNotFoundException(java.lang.Throwable cause)
-