@CompileStatic class QueryException extends DomainException
Intended to communicate non-fatal domain conditions that prevent successful fulfillment of domain query.
Properties inherited from class | Properties |
---|---|
class DomainException |
message, violationInfo |
Constructor and description |
---|
QueryException() |
QueryException(ViolationInfo violationInfo) |
QueryException(ViolationInfo violationInfo, String message) |
QueryException(ViolationInfo violationInfo, String message, Boolean writableStackTrace) |
QueryException(ViolationInfo violationInfo, String message, Throwable cause, Boolean writableStackTrace) |