Package org.apache.ofbiz.webapp.event
Class EventHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.webapp.event.EventHandlerException
-
- All Implemented Interfaces:
java.io.Serializable
public class EventHandlerException extends GeneralException
EventHandlerException.java- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventHandlerException()
EventHandlerException(java.lang.String str)
EventHandlerException(java.lang.String str, java.lang.Throwable t)
EventHandlerException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
Constructor Detail
-
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()
-
-