org.kuali.rice.krms.api.engine
Class EngineResourceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.core.api.exception.RiceRuntimeException
                  extended by org.kuali.rice.krms.api.engine.EngineResourceUnavailableException
All Implemented Interfaces:
Serializable

public class EngineResourceUnavailableException
extends RiceRuntimeException

A runtime exception which indicates that some resource required during engine execution is unavailable.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
EngineResourceUnavailableException()
           
EngineResourceUnavailableException(String message)
           
EngineResourceUnavailableException(String message, Throwable cause)
           
EngineResourceUnavailableException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EngineResourceUnavailableException

public EngineResourceUnavailableException()
See Also:
RiceRuntimeException.RiceRuntimeException()

EngineResourceUnavailableException

public EngineResourceUnavailableException(String message,
                                          Throwable cause)
Parameters:
message - the exception message
cause - the root Throwable cause.
See Also:
RiceRuntimeException.RiceRuntimeException(String, Throwable)

EngineResourceUnavailableException

public EngineResourceUnavailableException(String message)
Parameters:
message - the exception message
See Also:
RiceRuntimeException.RiceRuntimeException(String)

EngineResourceUnavailableException

public EngineResourceUnavailableException(Throwable cause)
Parameters:
cause - the root Throwable cause.
See Also:
RiceRuntimeException.RiceRuntimeException(Throwable)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.