Class InvalidTemplateStateException

  • All Implemented Interfaces:
    Serializable

    public class InvalidTemplateStateException
    extends Exception
    This exception will be raised if a process template is not in the right state to perform a desired method.
    Author:
    Ulrich Kreher
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidTemplateStateException

        public InvalidTemplateStateException​(String message)
        Constructs a new InvalidTemplateStateException having the designated message providing more information on the problem of the template state causing this exception.
        Parameters:
        message - A message providing more information on the problem of the template state causing this exception.