Class MissingArgumentsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.jboss.security.javaee.exceptions.MissingArgumentsException
-
- All Implemented Interfaces:
Serializable
public class MissingArgumentsException extends IllegalArgumentException
An exception indicating there are missing arguments- Since:
- Aug 12, 2010
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingArgumentsException()
MissingArgumentsException(String s)
MissingArgumentsException(String message, Throwable cause)
MissingArgumentsException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-