javax.telephony
Class InvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.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.
 
Method Summary
 
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 © 2006 Avaya All Rights Reserved.