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