public class EngineException
extends java.lang.Exception
AgentException
,
Serialized FormConstructor and Description |
---|
EngineException(java.lang.String message)
Raises an engine exception.
|
EngineException(java.lang.String message,
java.lang.Throwable cause)
Raises an engine exception.
|
EngineException(java.lang.Throwable cause)
Raises an engine exception.
|
public EngineException(java.lang.String message)
message
- The reason why the engine exception is being raised.public EngineException(java.lang.Throwable cause)
cause
- The source of the engine exception being raised.public EngineException(java.lang.String message, java.lang.Throwable cause)
message
- The reason why the engine exception is being raised.cause
- The source of the engine exception being raised.© 2000-2025 Flux Corporation. All rights reserved.