public class EngineException
extends java.lang.Exception
Constructor and Description |
---|
EngineException(java.lang.String message)
Constructs a new exception.
|
EngineException(java.lang.String msg,
java.lang.Throwable e)
Constructs a new exception given the error message and
originating throwable.
|
public EngineException(java.lang.String message)
message
- this exception's message.public EngineException(java.lang.String msg, java.lang.Throwable e)
msg
- the error message.e
- the originating throwable.