Class UnknownOptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- edu.uiuc.ncsa.security.core.exceptions.UnknownOptionException
-
- All Implemented Interfaces:
Serializable
public class UnknownOptionException extends GeneralException
Thrown by command line clients when the user attempts to invoke a command (i.e. a menu option) that is not known.Created by Jeff Gaynor
on Jun 25, 2010 at 4:38:01 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownOptionException()
UnknownOptionException(String message)
UnknownOptionException(String message, Throwable cause)
UnknownOptionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-