com.sun.n1.sps.client
Class IllegalArgumentsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.n1.sps.model.util.ClientException
              extended by 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
 
Method Summary
 
Methods inherited from class com.sun.n1.sps.model.util.ClientException
printStackTrace, printStackTrace, wrap
 
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
 

Constructor Detail

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 message
inCause - -the cause