com.crystaldecisions.sdk.exception
Class ServerExceptionCode

java.lang.Object
  extended by com.crystaldecisions.sdk.exception.ServerExceptionCode

public class ServerExceptionCode
extends java.lang.Object


Nested Class Summary
 class ServerExceptionCode.ExceptionClasses
           
 
Field Summary
static int ERROR_INFOSTORE_BAD_QUERYSTRING
           
static int ERROR_INFOSTORE_COMMIT
           
static int ERROR_INFOSTORE_DUPLICATE_FRIENDLY_NAME
           
static int ERROR_INFOSTORE_FAVORITE_CREATE
           
static int ERROR_INFOSTORE_FAVORITE_DELETE
           
static int ERROR_INFOSTORE_FAVORITE_MOVE
           
static int ERROR_INFOSTORE_GROUP_UPDATE
           
static int ERROR_INFOSTORE_INSTANCE_NONEXIST
           
static int ERROR_INFOSTORE_INSTANCE_PLUGIN
           
static int ERROR_INFOSTORE_INSTANCE_SCHEDULE
           
static int ERROR_INFOSTORE_INSTANCE_UPDATE
           
static int ERROR_INFOSTORE_MEM_ALLOCATION
           
static int ERROR_INFOSTORE_OBJECT_CREATE
           
static int ERROR_INFOSTORE_OBJECT_DELETE
           
static int ERROR_INFOSTORE_OBJECT_DUP_NAME
           
static int ERROR_INFOSTORE_OBJECT_MOVE
           
static int ERROR_INFOSTORE_OBJECT_NAME
           
static int ERROR_INFOSTORE_OBJECT_NONEXIST
           
static int ERROR_INFOSTORE_OBJECT_PARENT
           
static int ERROR_INFOSTORE_OBJECT_RETRIEVE
           
static int ERROR_INFOSTORE_OBJECT_SYSTEM
           
static int ERROR_INFOSTORE_OBJECT_UPDATE
           
static int ERROR_INFOSTORE_OPTIMISTIC_LOCK_FAILURE
           
static int ERROR_INFOSTORE_PESSIMISTIC_LOCK_FAILURE
           
static int ERROR_INFOSTORE_RETRY_OPERATION
           
static int ERROR_INFOSTORE_RIGHT_CREATE
           
static int ERROR_INFOSTORE_RIGHT_DELETE
           
static int ERROR_INFOSTORE_RIGHT_INSTANCEOP
           
static int ERROR_INFOSTORE_RIGHT_MOVE
           
static int ERROR_INFOSTORE_RIGHT_SCHEDULE
           
static int ERROR_INFOSTORE_RIGHT_UPDATEINSTANCE
           
static int ERROR_INFOSTORE_RIGHT_UPDATEOBJECT
           
static int ERROR_INFOSTORE_SECURITY_VIOLATION
           
static int ERROR_INFOSTORE_THREAD_TIMEOUT
           
static int ERROR_INFOSTORE_UNDEFINED
           
static int ERROR_SECURITY_BATCH_MODE
           
static int ERROR_SECURITY_BUFFER_TOO_SMALL
           
static int ERROR_SECURITY_DENIED
           
static int ERROR_SECURITY_DISABLED
           
static int ERROR_SECURITY_FAILED
           
static int ERROR_SECURITY_INVALID_SESSION_ID
           
static int ERROR_SECURITY_LICENSE
           
static int ERROR_SECURITY_LOGON_DISABLED
           
static int ERROR_SECURITY_NOT_FOUND
           
static int ERROR_SECURITY_NOT_SUPPORTED
           
static int ERROR_SECURITY_PASSWORD
           
static int ERROR_SECURITY_PASSWORD_ISREPEATED
           
static int ERROR_SECURITY_PASSWORD_TOOLONG
           
static int ERROR_SECURITY_PASSWORD_TOOSHORT
           
static int ERROR_SECURITY_PASSWORD_TOOSIMPLE
           
static int ERROR_SECURITY_PASSWORD_TOOSOON
           
static int ERROR_SECURITY_PLUGIN_ERROR
           
static int ERROR_SECURITY_TOKEN_EXCEEDS_LIMIT
           
static int ERROR_SECURITY_UNDEFINED
           
static int ERROR_SECURITY_WRONG_TYPE
           
static int ERROR_UNDEFINED
           
 
Constructor Summary
ServerExceptionCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_UNDEFINED

public static final int ERROR_UNDEFINED

ERROR_INFOSTORE_UNDEFINED

public static final int ERROR_INFOSTORE_UNDEFINED

ERROR_SECURITY_UNDEFINED

public static final int ERROR_SECURITY_UNDEFINED

ERROR_INFOSTORE_SECURITY_VIOLATION

public static final int ERROR_INFOSTORE_SECURITY_VIOLATION

ERROR_INFOSTORE_COMMIT

public static final int ERROR_INFOSTORE_COMMIT

ERROR_INFOSTORE_BAD_QUERYSTRING

public static final int ERROR_INFOSTORE_BAD_QUERYSTRING

ERROR_INFOSTORE_MEM_ALLOCATION

public static final int ERROR_INFOSTORE_MEM_ALLOCATION

ERROR_INFOSTORE_OBJECT_NONEXIST

public static final int ERROR_INFOSTORE_OBJECT_NONEXIST

ERROR_INFOSTORE_OBJECT_NAME

public static final int ERROR_INFOSTORE_OBJECT_NAME

ERROR_INFOSTORE_OBJECT_DUP_NAME

public static final int ERROR_INFOSTORE_OBJECT_DUP_NAME

ERROR_INFOSTORE_OBJECT_CREATE

public static final int ERROR_INFOSTORE_OBJECT_CREATE

ERROR_INFOSTORE_OBJECT_DELETE

public static final int ERROR_INFOSTORE_OBJECT_DELETE

ERROR_INFOSTORE_OBJECT_UPDATE

public static final int ERROR_INFOSTORE_OBJECT_UPDATE

ERROR_INFOSTORE_OBJECT_MOVE

public static final int ERROR_INFOSTORE_OBJECT_MOVE

ERROR_INFOSTORE_OBJECT_SYSTEM

public static final int ERROR_INFOSTORE_OBJECT_SYSTEM

ERROR_INFOSTORE_OBJECT_RETRIEVE

public static final int ERROR_INFOSTORE_OBJECT_RETRIEVE

ERROR_INFOSTORE_OBJECT_PARENT

public static final int ERROR_INFOSTORE_OBJECT_PARENT

ERROR_INFOSTORE_INSTANCE_UPDATE

public static final int ERROR_INFOSTORE_INSTANCE_UPDATE

ERROR_INFOSTORE_INSTANCE_NONEXIST

public static final int ERROR_INFOSTORE_INSTANCE_NONEXIST

ERROR_INFOSTORE_INSTANCE_SCHEDULE

public static final int ERROR_INFOSTORE_INSTANCE_SCHEDULE

ERROR_INFOSTORE_RIGHT_CREATE

public static final int ERROR_INFOSTORE_RIGHT_CREATE

ERROR_INFOSTORE_RIGHT_DELETE

public static final int ERROR_INFOSTORE_RIGHT_DELETE

ERROR_INFOSTORE_RIGHT_MOVE

public static final int ERROR_INFOSTORE_RIGHT_MOVE

ERROR_INFOSTORE_RIGHT_INSTANCEOP

public static final int ERROR_INFOSTORE_RIGHT_INSTANCEOP

ERROR_INFOSTORE_RIGHT_UPDATEOBJECT

public static final int ERROR_INFOSTORE_RIGHT_UPDATEOBJECT

ERROR_INFOSTORE_RIGHT_UPDATEINSTANCE

public static final int ERROR_INFOSTORE_RIGHT_UPDATEINSTANCE

ERROR_INFOSTORE_RIGHT_SCHEDULE

public static final int ERROR_INFOSTORE_RIGHT_SCHEDULE

ERROR_INFOSTORE_GROUP_UPDATE

public static final int ERROR_INFOSTORE_GROUP_UPDATE

ERROR_INFOSTORE_FAVORITE_DELETE

public static final int ERROR_INFOSTORE_FAVORITE_DELETE

ERROR_INFOSTORE_FAVORITE_CREATE

public static final int ERROR_INFOSTORE_FAVORITE_CREATE

ERROR_INFOSTORE_FAVORITE_MOVE

public static final int ERROR_INFOSTORE_FAVORITE_MOVE

ERROR_INFOSTORE_INSTANCE_PLUGIN

public static final int ERROR_INFOSTORE_INSTANCE_PLUGIN

ERROR_INFOSTORE_THREAD_TIMEOUT

public static final int ERROR_INFOSTORE_THREAD_TIMEOUT

ERROR_INFOSTORE_RETRY_OPERATION

public static final int ERROR_INFOSTORE_RETRY_OPERATION

ERROR_INFOSTORE_OPTIMISTIC_LOCK_FAILURE

public static final int ERROR_INFOSTORE_OPTIMISTIC_LOCK_FAILURE

ERROR_INFOSTORE_PESSIMISTIC_LOCK_FAILURE

public static final int ERROR_INFOSTORE_PESSIMISTIC_LOCK_FAILURE

ERROR_INFOSTORE_DUPLICATE_FRIENDLY_NAME

public static final int ERROR_INFOSTORE_DUPLICATE_FRIENDLY_NAME

ERROR_SECURITY_FAILED

public static final int ERROR_SECURITY_FAILED

ERROR_SECURITY_NOT_SUPPORTED

public static final int ERROR_SECURITY_NOT_SUPPORTED

ERROR_SECURITY_PASSWORD

public static final int ERROR_SECURITY_PASSWORD

ERROR_SECURITY_NOT_FOUND

public static final int ERROR_SECURITY_NOT_FOUND

ERROR_SECURITY_DISABLED

public static final int ERROR_SECURITY_DISABLED

ERROR_SECURITY_WRONG_TYPE

public static final int ERROR_SECURITY_WRONG_TYPE

ERROR_SECURITY_BATCH_MODE

public static final int ERROR_SECURITY_BATCH_MODE

ERROR_SECURITY_DENIED

public static final int ERROR_SECURITY_DENIED

ERROR_SECURITY_BUFFER_TOO_SMALL

public static final int ERROR_SECURITY_BUFFER_TOO_SMALL

ERROR_SECURITY_PLUGIN_ERROR

public static final int ERROR_SECURITY_PLUGIN_ERROR

ERROR_SECURITY_LICENSE

public static final int ERROR_SECURITY_LICENSE

ERROR_SECURITY_LOGON_DISABLED

public static final int ERROR_SECURITY_LOGON_DISABLED

ERROR_SECURITY_PASSWORD_TOOSHORT

public static final int ERROR_SECURITY_PASSWORD_TOOSHORT

ERROR_SECURITY_PASSWORD_TOOSIMPLE

public static final int ERROR_SECURITY_PASSWORD_TOOSIMPLE

ERROR_SECURITY_PASSWORD_TOOLONG

public static final int ERROR_SECURITY_PASSWORD_TOOLONG

ERROR_SECURITY_PASSWORD_ISREPEATED

public static final int ERROR_SECURITY_PASSWORD_ISREPEATED

ERROR_SECURITY_PASSWORD_TOOSOON

public static final int ERROR_SECURITY_PASSWORD_TOOSOON

ERROR_SECURITY_INVALID_SESSION_ID

public static final int ERROR_SECURITY_INVALID_SESSION_ID

ERROR_SECURITY_TOKEN_EXCEEDS_LIMIT

public static final int ERROR_SECURITY_TOKEN_EXCEEDS_LIMIT
Constructor Detail

ServerExceptionCode

public ServerExceptionCode()