public class InvalidProfileLabelException extends FaultException
arguments, errorCode, label
Constructor and Description |
---|
InvalidProfileLabelException(java.lang.String label)
Constructor
|
InvalidProfileLabelException(java.lang.String label,
java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabel
public InvalidProfileLabelException(java.lang.String label)
label
- the profile labelpublic InvalidProfileLabelException(java.lang.String label, java.lang.Throwable cause)
label
- the profile labelcause
- 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.)