public class CriteriaException extends DeliveryException
CriteriaException is used to indicate that an error condition occurred while
manipulating an Criteria either directly or through it's strategy.| Constructor and Description |
|---|
CriteriaException(String msg)
Constructor of CriteriaException.
|
CriteriaException(String message,
Throwable embedded)
Constructs a new
CriteriaException with the specified detail message and an embedded
Throwable. |
CriteriaException(Throwable embedded)
Constructs a new
CriteriaException with the specified embedded Throwable and
null as its detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CriteriaException(String msg)
msg - Exception message.public CriteriaException(Throwable embedded)
CriteriaException with the specified embedded Throwable and
null as its detail message.embedded - Throwable to embed within this one.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries