public class EngineResourceUnavailableException extends RiceRuntimeException
Constructor and Description |
---|
EngineResourceUnavailableException() |
EngineResourceUnavailableException(String message) |
EngineResourceUnavailableException(String message,
Throwable cause) |
EngineResourceUnavailableException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EngineResourceUnavailableException()
public EngineResourceUnavailableException(String message, Throwable cause)
message
- the exception messagecause
- the root Throwable cause.RiceRuntimeException.RiceRuntimeException(String, Throwable)
public EngineResourceUnavailableException(String message)
message
- the exception messageRiceRuntimeException.RiceRuntimeException(String)
public EngineResourceUnavailableException(Throwable cause)
cause
- the root Throwable cause.RiceRuntimeException.RiceRuntimeException(Throwable)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.