Class MessagesUsageException
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.usage.MessagesUsageException
- All Implemented Interfaces:
Serializable
Exception for messages.usage
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessagesUsageException
(String message) An exception occurred during the evaluationMessagesUsageException
(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
-
MessagesUsageException
An exceptione
occurred during the evaluation- Parameters:
e
- nested exception
-
MessagesUsageException
An exception occurred during the evaluation- Parameters:
message
- description
-
MessagesUsageException
An exceptione
occurred during the evaluation- Parameters:
message
- descriptione
- nested exception
-