Servoy 5.x Public API

com.servoy.j2db.util
Class ServoyException.InternalCodes

java.lang.Object
  extended by com.servoy.j2db.util.ServoyException.InternalCodes
Enclosing class:
ServoyException

public static class ServoyException.InternalCodes
extends Object

Error codes not available from java-script.


Field Summary
static int CHECKSUM_FAILURE
           
static int CLIENT_NOT_REGISTERED
           
static int COLUMN_NOT_FOUND
           
static int CONNECTION_LOST
           
static int CUSTOM_REPOSITORY_ERROR
           
static int ELEMENT_CHANGED_TYPE
           
static int ERROR_IN_TRANSACTION
           
static int ERROR_NO_REPOSITORY_IN_DB
           
static int ERROR_OLD_REPOSITORY_IN_DB
           
static int ERROR_TOO_NEW_REPOSITORY_IN_DB
           
static int INTERNAL_ERROR
           
static int INVALID_EXPORT
           
static int INVALID_PROPERTY_VALUE
           
static int INVALID_RMI_SERVER_CONNECTION
           
static int JS_SCRIPT_ERROR
           
static int NO_TRANSACTION_ACTIVE
           
static int OPERATION_CANCELLED
           
static int PRIMARY_KEY_NOT_FOUND
           
static int SERVER_NOT_FOUND
           
static int TABLE_NOT_FOUND
           
static int UNKNOWN_EXCEPTION
           
 
Constructor Summary
ServoyException.InternalCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHECKSUM_FAILURE

public static final int CHECKSUM_FAILURE
See Also:
Constant Field Values

CLIENT_NOT_REGISTERED

public static final int CLIENT_NOT_REGISTERED
See Also:
Constant Field Values

COLUMN_NOT_FOUND

public static final int COLUMN_NOT_FOUND
See Also:
Constant Field Values

CONNECTION_LOST

public static final int CONNECTION_LOST
See Also:
Constant Field Values

CUSTOM_REPOSITORY_ERROR

public static final int CUSTOM_REPOSITORY_ERROR
See Also:
Constant Field Values

ELEMENT_CHANGED_TYPE

public static final int ELEMENT_CHANGED_TYPE
See Also:
Constant Field Values

ERROR_IN_TRANSACTION

public static final int ERROR_IN_TRANSACTION
See Also:
Constant Field Values

ERROR_NO_REPOSITORY_IN_DB

public static final int ERROR_NO_REPOSITORY_IN_DB
See Also:
Constant Field Values

ERROR_OLD_REPOSITORY_IN_DB

public static final int ERROR_OLD_REPOSITORY_IN_DB
See Also:
Constant Field Values

ERROR_TOO_NEW_REPOSITORY_IN_DB

public static final int ERROR_TOO_NEW_REPOSITORY_IN_DB
See Also:
Constant Field Values

INTERNAL_ERROR

public static final int INTERNAL_ERROR
See Also:
Constant Field Values

INVALID_EXPORT

public static final int INVALID_EXPORT
See Also:
Constant Field Values

INVALID_PROPERTY_VALUE

public static final int INVALID_PROPERTY_VALUE
See Also:
Constant Field Values

INVALID_RMI_SERVER_CONNECTION

public static final int INVALID_RMI_SERVER_CONNECTION
See Also:
Constant Field Values

JS_SCRIPT_ERROR

public static final int JS_SCRIPT_ERROR
See Also:
Constant Field Values

NO_TRANSACTION_ACTIVE

public static final int NO_TRANSACTION_ACTIVE
See Also:
Constant Field Values

OPERATION_CANCELLED

public static final int OPERATION_CANCELLED
See Also:
Constant Field Values

PRIMARY_KEY_NOT_FOUND

public static final int PRIMARY_KEY_NOT_FOUND
See Also:
Constant Field Values

SERVER_NOT_FOUND

public static final int SERVER_NOT_FOUND
See Also:
Constant Field Values

TABLE_NOT_FOUND

public static final int TABLE_NOT_FOUND
See Also:
Constant Field Values

UNKNOWN_EXCEPTION

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

ServoyException.InternalCodes

public ServoyException.InternalCodes()

Copyright © 2010 Servoy B.V.