JCC
v1.0

jain.application.services.jcp
Class InvalidArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.application.services.jcp.InvalidArgumentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidArgumentException
extends java.lang.Exception

This Exception indicates that an invalid argument is passed into a method.

See Also:
Serialized Form

Constructor Summary
InvalidArgumentException()
          Constructor with no String.
InvalidArgumentException(java.lang.String s)
          Constructor which takes a string description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidArgumentException

public InvalidArgumentException()
Constructor with no String.

InvalidArgumentException

public InvalidArgumentException(java.lang.String s)
Constructor which takes a string description.
Parameters:
s - description of the faulty argument.

JCC
v1.0

January 19, 2001
If you have any comments or queries, please mail them to m-JAIN-JCC@notes.cc.telcordia.com

Copyright - 2001 Sun Microsystems