public class IllegalEntityStateException extends ServiceException
Constructor and Description |
---|
IllegalEntityStateException(KeyedMessage message) |
IllegalEntityStateException(KeyedMessage message,
Throwable cause) |
getKeyedMessage, getLocalizedMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalEntityStateException(@Nonnull KeyedMessage message)
public IllegalEntityStateException(@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 © 2022 Atlassian. All rights reserved.