Package ru.bitel.bgbilling.kernel.event
Class EventProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.kernel.event.EventProcessorException
- All Implemented Interfaces:
java.io.Serializable
public class EventProcessorException
extends ru.bitel.bgbilling.common.BGException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EventProcessorException()
EventProcessorException(java.lang.String message)
EventProcessorException(java.lang.String message, java.lang.Throwable cause)
EventProcessorException(java.lang.Throwable cause)
-
Method Summary
Methods inherited from class ru.bitel.bgbilling.common.BGException
getMessage, getTag, printStackTraceToString, printStackTraceToString, setTag, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EventProcessorException
public EventProcessorException() -
EventProcessorException
public EventProcessorException(java.lang.String message, java.lang.Throwable cause) -
EventProcessorException
public EventProcessorException(java.lang.String message) -
EventProcessorException
public EventProcessorException(java.lang.Throwable cause)
-