public class IllegalHandlerStateException extends EventHandlerException
Title: Service Event Fabric Runtime
Description: Thrown when a handler is in an illegal configuration state.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
IllegalHandlerStateException() |
IllegalHandlerStateException(java.lang.String exception,
boolean hint)
Convenience method with a hint to developers on where the inital cause may be found.
|
IllegalHandlerStateException(java.lang.Throwable exception)
This method simply wraps the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getLinkedException() |
java.lang.String |
getMessage() |
void |
setLinkedException(java.lang.Exception linkedException) |
toString
public IllegalHandlerStateException()
public IllegalHandlerStateException(java.lang.Throwable exception)
exception
- Throwable Base exception to wrap.public IllegalHandlerStateException(java.lang.String exception, boolean hint)
exception
- String Exception message that can be decorated with a 'hint' to check
the Linked Exception for root cause.hint
- boolean Include hint if true
.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.