Class HookScriptSizeExceededException

All Implemented Interfaces:
Serializable

public class HookScriptSizeExceededException extends HookScriptStoreException
Thrown when an app attempts to create or update a hook script with contents which exceed the configured max size.
Since:
6.2
See Also:
  • Constructor Details

    • HookScriptSizeExceededException

      public HookScriptSizeExceededException(@Nonnull KeyedMessage message, int maxSize, int size)
  • Method Details

    • getMaxSize

      public int getMaxSize()
      Returns:
      the configured max size for hook script contents
    • getSize

      public int getSize()
      Returns:
      the hook script contents' actual size