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