|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.filenet.wcm.api.BaseRuntimeException
com.filenet.wcm.api.BatchException
Not Applicable in CS Java Connector v3.0.
This exception is thrown when a batch-related method is called at an inappropriate time. For example, this exception is thrown if you callstartBatch
on a Session
object that is already in a batch
(that is, on which startBatch
has already been called) or call
executeBatch()
on a
Session
object that is not in a batch (for example, because the
batch has been suspended but not yet resumed).
Constructor Summary | |
BatchException()
Not Applicable in CS Java Connector v3.0. |
|
BatchException(java.lang.String s)
Not Applicable in CS Java Connector v3.0. |
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException |
getFaultCode, setFaultCode, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BatchException(java.lang.String s)
Not Applicable in CS Java Connector v3.0.
Constructs aBatchException
containing the specified
String
.
s
- A String
that contains message text about the exception.public BatchException()
Not Applicable in CS Java Connector v3.0.
Constructs aBatchException
.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |