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