javax.telephony
Class InvalidArgumentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.telephony.InvalidArgumentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TsapiInvalidArgumentException

public class InvalidArgumentException
extends java.lang.Exception

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

Version:
%G% %I%
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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


Copyright © 2005 Avaya All Rights Reserved.