ilog.cplex
Class IloCplex.MultipleUseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byilog.concert.IloException
              extended byilog.cplex.IloCplex.MultipleUseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IloCplex

public static class IloCplex.MultipleUseException
extends IloException

Exceptions of this class are thrown when a modeling object that is used by one instance of IloCplex is attempted to be used by anotherIloCplex object at the same time.

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait