Class ManualFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.yamcs.activities.ManualFailureException
All Implemented Interfaces:
Serializable

public class ManualFailureException extends Exception
Exception class carrying the failure reason (text provided by the user) of why a manual activity completed exceptionally.

The stacktrace is to be discarded.

See Also:
  • Constructor Details

    • ManualFailureException

      public ManualFailureException(String failureReason)