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 Details

    • StateManagerException

      public StateManagerException(String message, Throwable cause)
      Chained exception constructor
      Parameters:
      message - formatted error message ChargingLogMessage.formatMessage(String, Object[])
      cause - parent exception, null for lowest level exception