@PublicApi public class IfConditionException extends ServiceDeskServiceException
ServiceDeskServiceException
used when a IfCondition match fails.
Reason for failure can be inspected with ServiceDeskServiceException.getMessage()
Constructor and Description |
---|
IfConditionException(ExceptionMessage message) |
IfConditionException(ExceptionMessage message,
Throwable cause) |
getMessage, getMessageKey
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IfConditionException(@Nonnull ExceptionMessage message)
public IfConditionException(@Nonnull ExceptionMessage message, @Nullable Throwable cause)
Copyright © 2019 Atlassian. All rights reserved.