ILOG JRules

ilog.rules.teamserver.model
Class IlrApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.teamserver.model.IlrApplicationException
All Implemented Interfaces:
ilog.rules.teamserver.model.IlrSessionSetter, Serializable
Direct Known Subclasses:
IlrBaselineNotCurrentException, IlrCannotCompareDeleteVersionException, IlrCannotDeleteException, IlrCannotRestoreDeleteVersionException, IlrFolderLockedException, IlrFrozenBaselineException, IlrInvalidElementException, IlrKnownUUIDException, IlrObjectLockedException, IlrObjectNotFoundException, IlrObjectNotLockedException, IlrObjectNotRootLockException, IlrPermissionException

public abstract class IlrApplicationException
extends Exception
implements ilog.rules.teamserver.model.IlrSessionSetter

Root exception class for business exceptions happening on the server when using the client API (this API).

See Also:
Serialized Form

Constructor Summary
IlrApplicationException()
          Constructs a new IlrApplicationException.
IlrApplicationException(String s)
          Constructs a new IlrApplicationException.
IlrApplicationException(String s, Throwable cause)
          Constructs a new IlrApplicationException.
IlrApplicationException(Throwable cause)
          Constructs a new IlrApplicationException.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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(String s)
Constructs a new IlrApplicationException.

Parameters:
s - The message of the exception.

IlrApplicationException

public IlrApplicationException(String s,
                               Throwable cause)
Constructs a new IlrApplicationException.

Parameters:
s - The message of the exception.
cause - The cause.

IlrApplicationException

public IlrApplicationException(Throwable cause)
Constructs a new IlrApplicationException.

Parameters:
cause - The cause.
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

ILOG JRules