Package com.day.cq.wcm.command.api
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.wcm.command.api.CommandException
- All Implemented Interfaces:
Serializable
CommandException
models exceptions in Command
executions- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandException
(String message) CommandException
(String message, Throwable cause) CommandException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandException
-
CommandException
-
CommandException
-