Class InvocationCommandException

All Implemented Interfaces:
Serializable, ComponentMessageThrowable

public class InvocationCommandException extends CommandException
Thrown when invocation of a command fails, wrapping the exception that is thrown.
See Also:
  • Constructor Details

    • InvocationCommandException

      public InvocationCommandException(Component message, Throwable cause)
      Constructs a new exception with the given message and the given cause.
      Parameters:
      message - The detail message
      cause - The cause