public class LookupServerGroupException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
LookupServerGroupException(int id)
Constructor
|
LookupServerGroupException(java.lang.String name)
Constructor
|
LookupServerGroupException(java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic LookupServerGroupException(int id)
id - server group idpublic LookupServerGroupException(java.lang.String name)
name - server group namepublic LookupServerGroupException(java.lang.Throwable cause)
cause - the cause (which is saved for later retrieval
by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)