Process Class Relationships

filenet.vw.api
Class VWServerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--filenet.vw.api.VWException
                    |
                    +--filenet.vw.api.VWServerException
All Implemented Interfaces:
java.io.Serializable

public class VWServerException
extends VWException
implements java.io.Serializable

This is the base class for all workflow exceptions. Use this class to access the resource strings an application uses to create the exceptions.

See Also:
Serialized Form

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
 java.lang.Long getTuple()
          Retrieves the hex tuple from the exception associated with the server tuple.
 
Methods inherited from class filenet.vw.api.VWException
getKey, getLocalizedMessage, getMessage, getStringFromKey, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DB_REINIT_ERR

public 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 Detail

VWServerException

public VWServerException(java.lang.String aKey,
                         java.lang.String dummy,
                         java.lang.Long aTuple)
Constructor
Parameters:
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 file

VWServerException

public VWServerException(java.lang.String aKey,
                         java.lang.String dummy,
                         java.lang.Long aTuple,
                         java.lang.Object arg0)
Constructor
Parameters:
aKey - Key to use in looking up the specified resource string
dummy - English version of the resource string the application uses to generate the VWExceptions file
arg0 - First argument to apply when formatting the resource string
See Also:
String

VWServerException

public VWServerException(java.lang.String aKey,
                         java.lang.String dummy,
                         java.lang.Long aTuple,
                         java.lang.Object arg0,
                         java.lang.Object arg1)
Constructor
Parameters:
aKey - Key to use in looking up the specified resource string
dummy - English version of resource string the application uses to generate the VWExceptions file
arg0 - First argument to apply when formatting the resource string
arg1 - Second argument to apply when formatting the resource string
See Also:
String

VWServerException

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)
Constructor
Parameters:
aKey - Key to use in looking up the specified resource string
dummy - English version of the resource string the application uses to generate the VWExceptions file
arg0 - First argument to apply when formatting the resource string
arg1 - Second argument to apply when formatting the resource string
arg2 - Third argument to apply when formatting the resource string
See Also:
String

VWServerException

public VWServerException(java.lang.String aKey,
                         java.lang.String dummy,
                         java.lang.Long aTuple,
                         java.lang.Object[] arguments)
Constructor
Parameters:
aKey - Key to use in looking up the specified resource string
dummy - English version of the resource string the application uses to generate the VWExceptions file
args - Variable number of arguments to use in generating a string from a resource template string
See Also:
String
Method Detail

getTuple

public java.lang.Long getTuple()
Retrieves the hex tuple from the exception associated with the server tuple.
Returns:
A Integer representing the exception tuple associated with the server exception, if the tuple is available; otherwise the method returns the default value for the exception tuple -0.

Process Class Relationships

Copyright © 2002 FileNET Corporation. All rights reserved.