|
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.ConnectorDataTransmissionException
public class ConnectorDataTransmissionException
Exception to box any Exception in a connector during data transmission and related tasks.
Constructor Summary | |
---|---|
ConnectorDataTransmissionException(java.lang.String message)
Create an exception without an exception trail. |
|
ConnectorDataTransmissionException(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 ConnectorDataTransmissionException(java.lang.String message)
message
- The message to explain the exceptionpublic ConnectorDataTransmissionException(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 |