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