ilog.rules.teamserver.model

Class IlrApplicationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • ilog.rules.teamserver.model.IlrApplicationException
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage() 
      • 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

      • IlrApplicationException

        public IlrApplicationException()
        Constructs a new IlrApplicationException.
      • IlrApplicationException

        public IlrApplicationException(java.lang.String s)
        Constructs a new IlrApplicationException.
        Parameters:
        s - The message of the exception.
      • IlrApplicationException

        public IlrApplicationException(java.lang.String s,
                               java.lang.Throwable cause)
        Constructs a new IlrApplicationException.
        Parameters:
        s - The message of the exception.
        cause - The cause.
      • IlrApplicationException

        public IlrApplicationException(java.lang.Throwable cause)
        Constructs a new IlrApplicationException.
        Parameters:
        cause - The cause.
    • Method Detail

      • getMessage

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

© Copyright IBM Corp. 1987, 2015