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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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 - message
      e - previous exception