|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
filenet.vw.api.VWException
filenet.vw.api.VWServerException
public class VWServerException
This is the base class for all workflow exceptions. Use this class to access the resource strings an application uses to create the exceptions.
Field Summary | |
---|---|
static java.lang.Long |
DB_REINIT_ERR
"Database reinitialized -- all programs must log off and then logon again" Data for this error is stale |
Constructor Summary | |
---|---|
VWServerException(java.lang.String aKey,
java.lang.String dummy,
java.lang.Long aTuple)
Constructor |
|
VWServerException(java.lang.String aKey,
java.lang.String dummy,
java.lang.Long aTuple,
java.lang.Object arg0)
Constructor |
|
VWServerException(java.lang.String aKey,
java.lang.String dummy,
java.lang.Long aTuple,
java.lang.Object[] arguments)
Constructor |
|
VWServerException(java.lang.String aKey,
java.lang.String dummy,
java.lang.Long aTuple,
java.lang.Object arg0,
java.lang.Object arg1)
Constructor |
|
VWServerException(java.lang.String aKey,
java.lang.String dummy,
java.lang.Long aTuple,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
Constructor |
Method Summary | |
---|---|
static java.lang.String |
_get_FILE_AUTHOR()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_DATE()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_REVISION()
For FileNet internal use only, do not call. |
java.lang.Long |
getTuple()
Retrieves the hex tuple from the exception associated with the server tuple. |
Methods inherited from class filenet.vw.api.VWException |
---|
DescribeThrowableAndItsCause, DescribeThrowableAndItsCauseWithStackFrames, DescribeThrowableCompletely, getCauseClassName, getCauseDescription, getKey, getLocalizedMessage, getMessage, getRealCause, getRootCause, getStringFromKey, setCause, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static java.lang.Long DB_REINIT_ERR
Constructor Detail |
---|
public VWServerException(java.lang.String aKey, java.lang.String dummy, java.lang.Long aTuple)
aKey
- Key to use in looking up a resource in the VWExceptions file;
an identifier of the form "vw.<package>.<id>"
(e.g., vw.server.exception1)dummy
- English version of resource string the application uses to
generate the VWExceptions filepublic VWServerException(java.lang.String aKey, java.lang.String dummy, java.lang.Long aTuple, java.lang.Object arg0)
aKey
- Key to use in looking up the specified resource stringdummy
- English version of the resource string the application uses to
generate the VWExceptions filearg0
- First argument to apply when formatting the resource
stringString
public VWServerException(java.lang.String aKey, java.lang.String dummy, java.lang.Long aTuple, java.lang.Object arg0, java.lang.Object arg1)
aKey
- Key to use in looking up the specified resource stringdummy
- English version of resource string the application uses to
generate the VWExceptions filearg0
- First argument to apply when formatting the resource
stringarg1
- Second argument to apply when formatting the resource
stringString
public VWServerException(java.lang.String aKey, java.lang.String dummy, java.lang.Long aTuple, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
aKey
- Key to use in looking up the specified resource stringdummy
- English version of the resource string the application uses to
generate the VWExceptions filearg0
- First argument to apply when formatting the resource
stringarg1
- Second argument to apply when formatting the resource
stringarg2
- Third argument to apply when formatting the resource
stringString
public VWServerException(java.lang.String aKey, java.lang.String dummy, java.lang.Long aTuple, java.lang.Object[] arguments)
aKey
- Key to use in looking up the specified resource stringdummy
- English version of the resource string the application uses to
generate the VWExceptions fileargs
- Variable number of arguments to use in generating a string
from a resource template stringString
Method Detail |
---|
public static java.lang.String _get_FILE_DATE()
public static java.lang.String _get_FILE_AUTHOR()
public static java.lang.String _get_FILE_REVISION()
public java.lang.Long getTuple()
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |