org.jaffa.presentation.portlet
Class EventHandlerMissingRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jaffa.exceptions.CustomRuntimeException
                  extended byorg.jaffa.presentation.portlet.EventHandlerMissingRuntimeException
All Implemented Interfaces:
Serializable

public class EventHandlerMissingRuntimeException
extends CustomRuntimeException

This exception is thrown if no method is found for handling the eventId passed to perform method of the Action. In case no eventId is passed, this exception is thrown, if no defaultAction is provided by the Action

See Also:
Serialized Form

Constructor Summary
EventHandlerMissingRuntimeException()
          Default constructor
EventHandlerMissingRuntimeException(String msg)
          Constructs the exception with the specified detail message
EventHandlerMissingRuntimeException(String msg, Throwable sourceException)
          Constructs the exception with the specified detail message and nested exception
 
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

EventHandlerMissingRuntimeException

public EventHandlerMissingRuntimeException()
Default constructor


EventHandlerMissingRuntimeException

public EventHandlerMissingRuntimeException(String msg)
Constructs the exception with the specified detail message

Parameters:
msg - the detail message

EventHandlerMissingRuntimeException

public EventHandlerMissingRuntimeException(String msg,
                                           Throwable sourceException)
Constructs the exception with the specified detail message and nested exception

Parameters:
msg - the detail message
sourceException - the nested exception


Copyright © 2002-2004 JAFFA Project.