About constructor
SELECT clause (JPQL / Criteria API)
Explains how to use the SELECT clause and projections in a JPA/JPQL query.... Multiple SELECT Expressions Result Classes (Constructor Expressions) SELECT DISTINCT SELECT in ... JPA supports using custom result classes and result constructor expressions. Result Classes (Constructor Expressions) ...
Throwable(cause)
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).(Constructor of java.lang.Throwable)
Exception(cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).(Constructor of java.lang.Exception)
Throwable()
Constructs a new throwable with null as its detail message.(Constructor of java.lang.Throwable)
Exception()
Constructs a new exception with null as its detail message.(Constructor of java.lang.Exception)
Exception(message)
Constructs a new exception with the specified detail message.(Constructor of java.lang.Exception)