Package org.kuali.rice.kew.api.exception
Class ResourceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kuali.rice.kew.api.exception.WorkflowException
org.kuali.rice.kew.api.exception.ResourceUnavailableException
- All Implemented Interfaces:
Serializable
Thrown when a resource is not available.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceUnavailableException(String message) ResourceUnavailableException(String message, Throwable throwable) ResourceUnavailableException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceUnavailableException
public ResourceUnavailableException() -
ResourceUnavailableException
-
ResourceUnavailableException
-
ResourceUnavailableException
-