Package org.lsst.ccs

Class CommandHelper.CommandFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lsst.ccs.CommandHelper.CommandFailedException
All Implemented Interfaces:
Serializable
Enclosing class:
CommandHelper

public static class CommandHelper.CommandFailedException extends RuntimeException
Exception thrown if the target of the action method throws an exception.
See Also:
  • Constructor Details

    • CommandFailedException

      public CommandFailedException(String message, Throwable cause)