Class MessagesQueryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.communication.brm.charging.util.errors.BaseException
oracle.communication.brm.charging.messages.framework.MessagesException
oracle.communication.brm.charging.messages.query.MessagesQueryException
All Implemented Interfaces:
Serializable

public class MessagesQueryException extends MessagesException
Exception for messages.query
See Also:
  • Constructor Details

    • MessagesQueryException

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

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

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