Class DegradedModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.communication.brm.charging.util.errors.BaseException
oracle.communication.brm.charging.brs.SystemHealthException
oracle.communication.brm.charging.brs.DegradedModeException
- All Implemented Interfaces:
Serializable
The exception signals that ECE does not have a required cluster quorum to be able to successfully process the
submitted request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDegradedModeException
(String message) Constructs a DegradedModeException with the specified detail message. -
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
-
DegradedModeException
Constructs a DegradedModeException with the specified detail message. A detail message is a String that describes this particular exception.- Parameters:
message
- The String that contains a detailed message
-