org.ofbiz.webapp.event
Class EventHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ofbiz.base.util.GeneralException
org.ofbiz.webapp.event.EventHandlerException
- All Implemented Interfaces:
- java.io.Serializable
public class EventHandlerException
- extends GeneralException
EventHandlerException.java
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EventHandlerException
public EventHandlerException(java.lang.String str,
java.lang.Throwable t)
EventHandlerException
public EventHandlerException(java.lang.Throwable t)
EventHandlerException
public EventHandlerException(java.lang.String str)
EventHandlerException
public EventHandlerException()