JSR-043: JTAPI-1.4

javax.telephony
Class InvalidArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.telephony.InvalidArgumentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidArgumentException
extends java.lang.Exception

An InvalidArgumentException indicates an argument passed to the method is invalid.

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
equals, 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

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org