Package org.kuali.rice.krms.api.engine
Class EngineResourceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.api.exception.RiceRuntimeException
org.kuali.rice.krms.api.engine.EngineResourceUnavailableException
- All Implemented Interfaces:
Serializable
A runtime exception which indicates that some resource required during engine
execution is unavailable.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEngineResourceUnavailableException(String message) EngineResourceUnavailableException(String message, 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 Details
-
EngineResourceUnavailableException
public EngineResourceUnavailableException()- See Also:
-
EngineResourceUnavailableException
- Parameters:
message- the exception messagecause- the root Throwable cause.- See Also:
-
EngineResourceUnavailableException
- Parameters:
message- the exception message- See Also:
-
EngineResourceUnavailableException
- Parameters:
cause- the root Throwable cause.- See Also:
-