Class MessagesQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.communication.brm.charging.util.errors.BaseException
oracle.communication.brm.charging.messages.framework.MessagesException
oracle.communication.brm.charging.messages.query.MessagesQueryException
- All Implemented Interfaces:
Serializable
Exception for messages.query
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessagesQueryException
(String message) An exception occurred during the evaluationMessagesQueryException
(String message, Exception e) An exceptione
occurred during the evaluationAn exceptione
occurred during the evaluation -
Method Summary
Methods inherited from class oracle.communication.brm.charging.util.errors.BaseException
getId, getMultipleLinesMessageStack, getOneLineMessageStack
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessagesQueryException
An exceptione
occurred during the evaluation- Parameters:
e
- nested exception
-
MessagesQueryException
An exception occurred during the evaluation- Parameters:
message
- description
-
MessagesQueryException
An exceptione
occurred during the evaluation- Parameters:
message
- descriptione
- nested exception
-