Class StateManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.communication.brm.charging.util.errors.BaseException
oracle.communication.brm.charging.statemanager.StateManagerException
- All Implemented Interfaces:
Serializable
public class StateManagerException
extends oracle.communication.brm.charging.util.errors.BaseException
Class that represents the exception thrown from the state machine in case of error conditions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStateManagerException
(String message, Throwable cause) Chained exception constructor -
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
-
StateManagerException
Chained exception constructor- Parameters:
message
- formatted error messageChargingLogMessage.formatMessage(String, Object[])
cause
- parent exception, null for lowest level exception
-