Class ExtensionsDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.communication.brm.charging.util.errors.BaseException
oracle.communication.brm.charging.extensions.data.ExtensionsDataException
All Implemented Interfaces:
Serializable

public class ExtensionsDataException extends oracle.communication.brm.charging.util.errors.BaseException
Exception for extensions.data
See Also:
  • Constructor Details

    • ExtensionsDataException

      public ExtensionsDataException(Throwable e)
      An exception e occurred during the evaluation
      Parameters:
      e - nested exception
    • ExtensionsDataException

      public ExtensionsDataException(String message)
      An exception occurred during the evaluation
      Parameters:
      message - description
    • ExtensionsDataException

      public ExtensionsDataException(String message, Exception e)
      An exception e occurred during the evaluation
      Parameters:
      message - description
      e - nested exception