Class RemoteControlFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.architecture.adaptation.RemoteControlFailedException
- All Implemented Interfaces:
Serializable
Thrown if the remote command could not be send.
- Since:
- 1.15
- Author:
- Marc Adolf
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a chained exception.RemoteControlFailedException(String message) Create exception with new message.RemoteControlFailedException(String message, Exception e) Create a labeled and chained exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteControlFailedException
Create exception with new message.- Parameters:
message- the message
-
RemoteControlFailedException
Create a chained exception.- Parameters:
e- previous exception
-
RemoteControlFailedException
Create a labeled and chained exception.- Parameters:
message- messagee- previous exception
-