public class GenieClusterNotFoundException extends GenieRuntimeException
| Constructor and Description |
|---|
GenieClusterNotFoundException()
Constructor.
|
GenieClusterNotFoundException(java.lang.String message)
Constructor.
|
GenieClusterNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
GenieClusterNotFoundException(java.lang.Throwable cause)
Constructor.
|
public GenieClusterNotFoundException()
public GenieClusterNotFoundException(java.lang.String message)
message - The detail messagepublic GenieClusterNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - The detail messagecause - The root cause of this exceptionpublic GenieClusterNotFoundException(java.lang.Throwable cause)
cause - The root cause of this exception