public class IllegalRepositoryStateException extends IllegalEntityStateException
repository was not in the
expected state. For example, attempting to retry creating a repository might throw this
exception if the repository was already created successfully.| Constructor and Description |
|---|
IllegalRepositoryStateException(KeyedMessage message) |
IllegalRepositoryStateException(KeyedMessage message,
Throwable cause) |
getKeyedMessage, getLocalizedMessage, getMessageKeyaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalRepositoryStateException(@Nonnull KeyedMessage message)
public IllegalRepositoryStateException(@Nonnull KeyedMessage message, @Nullable Throwable cause)
message - a message describing the failurecause - the cause of the failure, which may be null for top-level failuresCopyright © 2023 Atlassian. All rights reserved.