com.sun.n1.sps.client
Class IllegalArgumentsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.n1.sps.model.util.ClientException
com.sun.n1.sps.client.IllegalArgumentsException
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalArgumentsException
- extends ClientException
An IllegalArguentsException results from an illegal argument
or illegal combination of arguments being passed.
- See Also:
- Serialized Form
Constructor Summary |
IllegalArgumentsException(java.lang.String inMsg)
Constructs a new exception with the specified detail message. |
IllegalArgumentsException(java.lang.String inMsg,
java.lang.Throwable inCause)
Constructs a new exception with the specified detail message and cause. |
IllegalArgumentsException(java.lang.Throwable inCause)
Constructs a new exception with the specified cause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalArgumentsException
public IllegalArgumentsException(java.lang.Throwable inCause)
- Constructs a new exception with the specified cause
- Parameters:
inCause
- - the cause
IllegalArgumentsException
public IllegalArgumentsException(java.lang.String inMsg)
- Constructs a new exception with the specified detail message.
- Parameters:
inMsg
- - the detail message
IllegalArgumentsException
public IllegalArgumentsException(java.lang.String inMsg,
java.lang.Throwable inCause)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
inMsg
- - the detail messageinCause
- -the cause