public class MissingErrataAttributeException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
MissingErrataAttributeException(java.lang.String attribute)
Constructor
|
MissingErrataAttributeException(java.lang.String attribute,
java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic MissingErrataAttributeException(java.lang.String attribute)
attribute - the attribute that was missingpublic MissingErrataAttributeException(java.lang.String attribute,
java.lang.Throwable cause)
attribute - the attribute that was missingcause - 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.)