public class QueryException extends DAOException
ApplicationService
interface. This exception contains the actual error or the error message of
the business error that occured during processing the request.Constructor and Description |
---|
QueryException()
Default constructor.
|
QueryException(java.lang.String message)
Constructs the
QueryException object with the passed message |
QueryException(java.lang.String message,
java.lang.Throwable cause)
Constructs the
QueryException object with the passed message. |
QueryException(java.lang.Throwable cause)
Constructs the
QueryException object storing the actual
exception that occured |
public QueryException()
public QueryException(java.lang.String message)
QueryException
object with the passed messagemessage
- The message which is describes the exception causedpublic QueryException(java.lang.String message, java.lang.Throwable cause)
QueryException
object with the passed message.
It also stores the actual exception that occuredmessage
- The message which describes the exceptioncause
- The actual exception that occuredpublic QueryException(java.lang.Throwable cause)
QueryException
object storing the actual
exception that occuredcause
- The actual exception that occured