Class MissingSubmitButtonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.MissingSubmitButtonException
All Implemented Interfaces:
Serializable

public class MissingSubmitButtonException extends PerunException
Thrown when application form doesn't contain submit or auto-submit button when it should
Author:
Michal Berky
See Also:
  • Constructor Details

    • MissingSubmitButtonException

      public MissingSubmitButtonException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • MissingSubmitButtonException

      public MissingSubmitButtonException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • MissingSubmitButtonException

      public MissingSubmitButtonException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception