public class NoSuchKickstartException extends FaultException
arguments, errorCode, label| Constructor and Description | 
|---|
| NoSuchKickstartException()Constructor | 
| NoSuchKickstartException(java.lang.String label)Constructor | 
| NoSuchKickstartException(java.lang.Throwable cause)Constructor | 
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic NoSuchKickstartException()
public NoSuchKickstartException(java.lang.String label)
label - label of a missing kickstartpublic NoSuchKickstartException(java.lang.Throwable cause)
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.)