public class HookScriptSizeExceededException extends HookScriptStoreException
create
or update
a hook script
with contents which exceed the configured max
size
.Constructor and Description |
---|
HookScriptSizeExceededException(KeyedMessage message,
int maxSize,
int size) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxSize() |
int |
getSize() |
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HookScriptSizeExceededException(@Nonnull KeyedMessage message, int maxSize, int size)
Copyright © 2022 Atlassian. All rights reserved.