Class SCommandParameterizationException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • SCommandParameterizationException

        public SCommandParameterizationException​(java.lang.String message)
      • SCommandParameterizationException

        public SCommandParameterizationException​(java.lang.Throwable cause)
      • SCommandParameterizationException

        public SCommandParameterizationException​(java.lang.String message,
                                                 java.lang.Throwable cause)