Class RemoteControlFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.architecture.adaptation.RemoteControlFailedException
All Implemented Interfaces:
Serializable

public class RemoteControlFailedException extends Exception
Thrown if the remote command could not be send.
Since:
1.15
Author:
Marc Adolf
See Also:
  • Constructor Details

    • RemoteControlFailedException

      public RemoteControlFailedException(String message)
      Create exception with new message.
      Parameters:
      message - the message
    • RemoteControlFailedException

      public RemoteControlFailedException(Exception e)
      Create a chained exception.
      Parameters:
      e - previous exception
    • RemoteControlFailedException

      public RemoteControlFailedException(String message, Exception e)
      Create a labeled and chained exception.
      Parameters:
      message - message
      e - previous exception