ilog.rules.res.persistence.trace

Class IlrTraceDAOException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • ilog.rules.res.persistence.trace.IlrTraceDAOException
  • All Implemented Interfaces:
    com.ibm.rules.res.message.internal.LocalizedMessage, java.io.Serializable


    public class IlrTraceDAOException
    extends java.lang.Exception
    implements com.ibm.rules.res.message.internal.LocalizedMessage
    Thrown by the trace DAO when an error occurs.
    Since:
    7.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      IlrTraceDAOException()
      Constructs a new exception with null as its detail message.
      IlrTraceDAOException(java.lang.String s)
      Constructs a new exception with the specified detail message.
      IlrTraceDAOException(java.lang.String resourceBundleName, java.lang.String messageCode, java.lang.String[] messageParams)
      Constructor for localized exceptions.
      IlrTraceDAOException(java.lang.String resourceBundleName, java.lang.String messageCode, java.lang.String[] messageParams, java.lang.Throwable cause)
      Constructor for localized exceptions.
      IlrTraceDAOException(java.lang.String s, java.lang.Throwable throwable)
      Constructs a new exception with the specified detail message and cause.
      IlrTraceDAOException(java.lang.Throwable throwable)
      Constructs a new exception with the specified cause.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getLocalizedMessage(java.util.Locale locale) 
      java.lang.String getMessage() 
      java.lang.String getMessageCode() 
      java.lang.String[] getMessageParameters() 
      java.lang.String getResourceBundleName() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IlrTraceDAOException

        public IlrTraceDAOException()
        Constructs a new exception with null as its detail message.
      • IlrTraceDAOException

        public IlrTraceDAOException(java.lang.String s)
        Constructs a new exception with the specified detail message.
        Parameters:
        s - the detail message.
      • IlrTraceDAOException

        public IlrTraceDAOException(java.lang.String s,
                            java.lang.Throwable throwable)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        s - the detail message
        throwable - the cause
      • IlrTraceDAOException

        public IlrTraceDAOException(java.lang.Throwable throwable)
        Constructs a new exception with the specified cause.
        Parameters:
        throwable - the cause
      • IlrTraceDAOException

        public IlrTraceDAOException(java.lang.String resourceBundleName,
                            java.lang.String messageCode,
                            java.lang.String[] messageParams,
                            java.lang.Throwable cause)
        Constructor for localized exceptions.
        Parameters:
        resourceBundleName - resource bundle name
        messageCode - a key in the bundle
        messageParams - message parameters or null
        cause - Throwable that cause the exception, or null
      • IlrTraceDAOException

        public IlrTraceDAOException(java.lang.String resourceBundleName,
                            java.lang.String messageCode,
                            java.lang.String[] messageParams)
        Constructor for localized exceptions.
        Parameters:
        resourceBundleName - resource bundle name
        messageCode - a key in the bundle
        messageParams - message parameters or null
    • Method Detail

      • getResourceBundleName

        public java.lang.String getResourceBundleName()
      • getMessageCode

        public java.lang.String getMessageCode()
      • getMessageParameters

        public java.lang.String[] getMessageParameters()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getLocalizedMessage

        public java.lang.String getLocalizedMessage(java.util.Locale locale)

© Copyright IBM Corp. 1987, 2015