public class AgentLaunchException extends GenieCheckedException
| Constructor and Description |
|---|
AgentLaunchException()
Constructor.
|
AgentLaunchException(java.lang.String message)
Constructor.
|
AgentLaunchException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
AgentLaunchException(java.lang.Throwable cause)
Constructor.
|
public AgentLaunchException()
public AgentLaunchException(java.lang.String message)
message - The error message to associate with this exceptionpublic AgentLaunchException(java.lang.Throwable cause)
cause - The root cause of this exceptionpublic AgentLaunchException(java.lang.String message,
java.lang.Throwable cause)
message - The error message to associate with this exceptioncause - The root cause of this exception