com.evelopers.unimod.runtime
Class EventProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evelopers.common.exception.CommonException
com.evelopers.common.exception.SystemException
com.evelopers.unimod.runtime.EventProcessorException
- All Implemented Interfaces:
- java.io.Serializable
- public class EventProcessorException
- extends com.evelopers.common.exception.SystemException
Wrapper for all exceptions that were thrown by input and output actions
execution.
- See Also:
- Serialized Form
Fields inherited from class com.evelopers.common.exception.CommonException |
parentException |
Fields inherited from class java.lang.Exception |
|
Methods inherited from class com.evelopers.common.exception.CommonException |
getChainedMessage, getChainedTrace, getParentException, getParentTrace, getRootException, getRootTrace, getTrace |
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 |
EventProcessorException
public EventProcessorException(java.lang.Throwable nestedException)
- Parameters:
nestedException
- original exception- See Also:
SystemException.SystemException(Throwable)
EventProcessorException
public EventProcessorException(java.lang.String message)
- Parameters:
message
- error message- See Also:
SystemException.SystemException(String)
EventProcessorException
public EventProcessorException(java.lang.Throwable e,
java.lang.String message)
- Parameters:
e
- original exceptionmessage
- error message- See Also:
CommonException.CommonException(Throwable, String)