ILOG JRules

ilog.rules.bres.model
Class IlrAlreadyExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.bres.util.IlrLocalizedException
              extended by ilog.rules.bres.model.IlrRepositoryException
                  extended by ilog.rules.bres.model.IlrAlreadyExistException
All Implemented Interfaces:
Serializable

public class IlrAlreadyExistException
extends IlrRepositoryException

Thrown to indicate that a ruleApp/ruleset should be added to the repository, but already exist in the repository.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class ilog.rules.bres.util.IlrLocalizedException
getLocalizedMessage, getLocalizedMessage, 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
 


ILOG JRules