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