TaskBean API
0.5

glogic.jthin.serv
Class AuthenticationException

java.lang.Object
  extended byWSException
      extended byglogic.jthin.base.WSCodeException
          extended byglogic.jthin.serv.AuthenticationException

public class AuthenticationException
extends WSCodeException

Thrown during authentication process.

Author:
Sam Taha
See Also:
Serialized Form

Field Summary
static int INVALID_ACCESS
           
static int NO_PRODUCT_RIGHTS
           
static int NO_SUCH_PRODUCT
           
static int PERMISSION_DENIED
           
 
Constructor Summary
AuthenticationException(int type, java.lang.String description)
           
 
Methods inherited from class glogic.jthin.base.WSCodeException
getCode, getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_ACCESS

public static final int INVALID_ACCESS
See Also:
Constant Field Values

PERMISSION_DENIED

public static final int PERMISSION_DENIED
See Also:
Constant Field Values

NO_SUCH_PRODUCT

public static final int NO_SUCH_PRODUCT
See Also:
Constant Field Values

NO_PRODUCT_RIGHTS

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

AuthenticationException

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

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.