|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.conn.exception.ConnPlanException
com.ibm.tws.conn.exception.ConnEngineNotMasterException
This exception is thrown by the Plan Connector when a method that can be invoked only a master engine is invoked on a FTA.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
ConnEngineNotMasterException(java.lang.Object[] args)
Creates a ConnEngineNotMasterException from the given message ID. |
Methods inherited from class com.ibm.tws.conn.exception.ConnPlanException |
---|
buildInsert, buildInsert2 |
Methods inherited from class com.ibm.tws.util.exception.TWSException |
---|
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ConnEngineNotMasterException(java.lang.Object[] args)
args
- the arguments used to fill the message.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |