Class SubmitterHookException

All Implemented Interfaces:
Serializable

public class SubmitterHookException extends RuntimeException
This Exception is thrown when registered ISubmitterHook could not be initialized or invoked.
See Also:
  • Constructor Details

    • SubmitterHookException

      public SubmitterHookException()
    • SubmitterHookException

      public SubmitterHookException(String message)
    • SubmitterHookException

      public SubmitterHookException(String message, Throwable cause)
    • SubmitterHookException

      public SubmitterHookException(Throwable cause)