public class MessagesQueryException extends MessagesException
| Constructor and Description |
|---|
MessagesQueryException(java.lang.String message)
An exception occurred during the evaluation
|
MessagesQueryException(java.lang.String message,
java.lang.Exception e)
An exception
e occurred during the evaluation |
MessagesQueryException(java.lang.Throwable e)
An exception
e occurred during the evaluation |
public MessagesQueryException(java.lang.Throwable e)
e occurred during the evaluatione - nested exceptionpublic MessagesQueryException(java.lang.String message)
message - descriptionpublic MessagesQueryException(java.lang.String message,
java.lang.Exception e)
e occurred during the evaluationmessage - descriptione - nested exception