Package org.frankframework.core
Class ListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.core.ListenerException
- All Implemented Interfaces:
Serializable
Exception thrown by implementations of methods of listeners.
- Author:
- Gerrit van Brakel
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
Constructor Summary
ConstructorDescriptionListenerException
(String errMsg) ListenerException
(String errMsg, Throwable t) -
Method Summary
Methods inherited from class org.frankframework.core.IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ListenerException
public ListenerException() -
ListenerException
-
ListenerException
-
ListenerException
-