IllegalArgumentException Class

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.admin
IllegalArgumentException Class

public class IllegalArgumentException

    extends com.bea.p13n.exceptions.SystemException

Illegal argument exception thrown by the admin EJBs

Related Topics

SystemException


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        com.bea.p13n.exceptions.SystemException
          IllegalArgumentException
All Implemented Interfaces

Serializable

Constructor Summary

IllegalArgumentException()

IllegalArgumentException(String message, Throwable t)

Constructor
IllegalArgumentException(String message)

Constructor
IllegalArgumentException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

IllegalArgumentException

public IllegalArgumentException()

IllegalArgumentException

public IllegalArgumentException(String message, 
                                Throwable t)
Constructor

IllegalArgumentException

public IllegalArgumentException(String message)
Constructor

IllegalArgumentException

public IllegalArgumentException(Throwable t)
Constructor