public class NoSuchSystemException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
NoSuchSystemException()
Constructor
|
NoSuchSystemException(java.lang.String message)
Constructor
|
NoSuchSystemException(java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic NoSuchSystemException()
public NoSuchSystemException(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.)public NoSuchSystemException(java.lang.String message)
message - exception message