Class SystemHealthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.communication.brm.charging.util.errors.BaseException
oracle.communication.brm.charging.brs.SystemHealthException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BRSOverloadException
,DegradedModeException
public class SystemHealthException
extends oracle.communication.brm.charging.util.errors.BaseException
The exception signals that the ECE system is not in a healthy state for processing the submitted request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemHealthException
(String message) Constructs a SystemHelathException 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
-
SystemHealthException
Constructs a SystemHelathException 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
-