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