public class EJBQLException extends RuntimeException
| Constructor and Description |
|---|
EJBQLException()
Creates a new
EJBQLException without detail message. |
EJBQLException(String msg)
Constructs a new
EJBQLException with the specified
detail message. |
EJBQLException(String msg,
Throwable cause)
Constructs a new
EJBQLException with the specified
detail message and cause. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the cause of this
EJBQLException or
null if the cause is nonexistent or unknown. |
String |
toString()
The
String representation includes the name of the class,
the descriptive comment (if any),
and the String representation of the cause
Throwable (if any). |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EJBQLException()
EJBQLException without detail message.public EJBQLException(String msg)
EJBQLException with the specified
detail message.msg - the detail message.public Throwable getCause()
EJBQLException or
null if the cause is nonexistent or unknown.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.