Class RemoteControlFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.architecture.adaptation.RemoteControlFailedException
- All Implemented Interfaces:
java.io.Serializable
public class RemoteControlFailedException
extends java.lang.Exception
Thrown if the remote command could not be send.
- Since:
- 1.15
- Author:
- Marc Adolf
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RemoteControlFailedException(java.lang.Exception e)
Create a chained exception.RemoteControlFailedException(java.lang.String message)
Create exception with new message.RemoteControlFailedException(java.lang.String message, java.lang.Exception e)
Create a labeled and chained exception. -
Method Summary
-
Constructor Details
-
RemoteControlFailedException
public RemoteControlFailedException(java.lang.String message)Create exception with new message.- Parameters:
message
- the message
-
RemoteControlFailedException
public RemoteControlFailedException(java.lang.Exception e)Create a chained exception.- Parameters:
e
- previous exception
-
RemoteControlFailedException
public RemoteControlFailedException(java.lang.String message, java.lang.Exception e)Create a labeled and chained exception.- Parameters:
message
- messagee
- previous exception
-