TaskBean API
0.5

glogic.jthin.serv
Class WServiceAccessException

java.lang.Object
  extended byWSRuntimeException
      extended byglogic.jthin.base.WSCodeRuntimeException
          extended byglogic.jthin.serv.WServiceAccessException

public class WServiceAccessException
extends WSCodeRuntimeException

Used as generic holder for different kinds of exception events.

Author:
Sam Taha
See Also:
Serialized Form

Field Summary
static int CLIENT_UPGRADE_CONDITION
           
static int INTERNAL_ERROR
           
static int NO_RIGHTS
           
static int PRODUCT_DOWN
           
static int SERVER_UPGRADING
           
static int SESSION_EXPIRED
           
static int SESSION_INVALID
           
static int SYSTEM_DOWN
           
 
Constructor Summary
WServiceAccessException(int type, java.lang.String description)
           
 
Methods inherited from class glogic.jthin.base.WSCodeRuntimeException
getCode, getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_INVALID

public static final int SESSION_INVALID
See Also:
Constant Field Values

SESSION_EXPIRED

public static final int SESSION_EXPIRED
See Also:
Constant Field Values

INTERNAL_ERROR

public static final int INTERNAL_ERROR
See Also:
Constant Field Values

CLIENT_UPGRADE_CONDITION

public static final int CLIENT_UPGRADE_CONDITION
See Also:
Constant Field Values

SERVER_UPGRADING

public static final int SERVER_UPGRADING
See Also:
Constant Field Values

NO_RIGHTS

public static final int NO_RIGHTS
See Also:
Constant Field Values

SYSTEM_DOWN

public static final int SYSTEM_DOWN
See Also:
Constant Field Values

PRODUCT_DOWN

public static final int PRODUCT_DOWN
See Also:
Constant Field Values
Constructor Detail

WServiceAccessException

public WServiceAccessException(int type,
                               java.lang.String description)

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.