Class SessionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.internal.runtime.manager.SessionNotFoundException
All Implemented Interfaces:
Serializable

public class SessionNotFoundException extends RuntimeException
Exception that indicates that ksession could not be found
See Also:
  • Constructor Details

    • SessionNotFoundException

      public SessionNotFoundException(String message, Throwable cause)
    • SessionNotFoundException

      public SessionNotFoundException(String message)
    • SessionNotFoundException

      public SessionNotFoundException(Throwable cause)