org.jboss.portal.web
Class IllegalRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.portal.web.IllegalRequestException
All Implemented Interfaces:
java.io.Serializable

public class IllegalRequestException
extends java.lang.Exception

Version:
$Revision: 1.1 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
IllegalRequestException()
           
IllegalRequestException(java.lang.String string)
           
IllegalRequestException(java.lang.String string, java.lang.Throwable throwable)
           
IllegalRequestException(java.lang.Throwable throwable)
           
 
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

IllegalRequestException

public IllegalRequestException()

IllegalRequestException

public IllegalRequestException(java.lang.String string)

IllegalRequestException

public IllegalRequestException(java.lang.String string,
                               java.lang.Throwable throwable)

IllegalRequestException

public IllegalRequestException(java.lang.Throwable throwable)