com.crystaldecisions.sdk.exception
Class ServerExceptionCode.ExceptionClasses

java.lang.Object
  extended by com.crystaldecisions.sdk.exception.ServerExceptionCode.ExceptionClasses
Enclosing class:
ServerExceptionCode

public class ServerExceptionCode.ExceptionClasses
extends java.lang.Object


Field Summary
static int InfoStore
           
static int Security
           
static int UNSPECIFIED
           
 
Constructor Summary
ServerExceptionCode.ExceptionClasses()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNSPECIFIED

public static final int UNSPECIFIED
See Also:
Constant Field Values

InfoStore

public static final int InfoStore
See Also:
Constant Field Values

Security

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

ServerExceptionCode.ExceptionClasses

public ServerExceptionCode.ExceptionClasses()