org.mobicents.csapi.jr.slee
Class InvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.csapi.jr.slee.InvalidArgumentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidEnumValueException, InvalidUnionAccessorException

public class InvalidArgumentException
extends java.lang.Exception

Thrown when an invalid argument is set

See Also:
Serialized Form

Constructor Summary
InvalidArgumentException()
           
InvalidArgumentException(java.lang.String message)
           
InvalidArgumentException(java.lang.String message, java.lang.Throwable cause)
           
InvalidArgumentException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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()

InvalidArgumentException

public InvalidArgumentException(java.lang.String message)

InvalidArgumentException

public InvalidArgumentException(java.lang.String message,
                                java.lang.Throwable cause)

InvalidArgumentException

public InvalidArgumentException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © 2008. All Rights Reserved.