Class SCommandParameterizationException

All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException

public class SCommandParameterizationException extends SBonitaException
Thrown by a Command that is called using insufficient or wrong parameters.
Author:
Matthieu Chaffotte
See Also:
  • Constructor Details

    • SCommandParameterizationException

      public SCommandParameterizationException(String message)
    • SCommandParameterizationException

      public SCommandParameterizationException(Throwable cause)
    • SCommandParameterizationException

      public SCommandParameterizationException(String message, Throwable cause)