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