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 exceptioneoccurred during the evaluationAn exceptioneoccurred during the evaluation -
Method Summary
Methods inherited from class oracle.communication.brm.charging.util.errors.BaseException
getId, getMultipleLinesMessageStack, getOneLineMessageStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessagesUsageException
An exceptioneoccurred during the evaluation- Parameters:
e- nested exception
-
MessagesUsageException
An exception occurred during the evaluation- Parameters:
message- description
-
MessagesUsageException
An exceptioneoccurred during the evaluation- Parameters:
message- descriptione- nested exception
-