|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception kieker.tools.bridge.connector.ConnectorEndOfDataException
public class ConnectorEndOfDataException
Used to indicate to the ServiceContainer that the connector has terminated due to end of data.
Constructor Summary | |
---|---|
ConnectorEndOfDataException(java.lang.String message)
Create an exception without an exception trail. |
|
ConnectorEndOfDataException(java.lang.String message,
java.lang.Exception exception)
Create an exception with an exception trail. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public ConnectorEndOfDataException(java.lang.String message)
message
- The message to explain the exceptionpublic ConnectorEndOfDataException(java.lang.String message, java.lang.Exception exception)
message
- The message to explain the exceptionexception
- The exception which caused this exception
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |