|
Servoy 4.1.x Public API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.servoy.j2db.util.ServoyException
com.servoy.j2db.persistence.RepositoryException
public class RepositoryException
Wrapper Exception
| Field Summary |
|---|
| Fields inherited from class com.servoy.j2db.util.ServoyException |
|---|
ACQUIRE_LOCK_FAILURE, BAD_SQL_SYNTAX, CHECKSUM_FAILURE, COLUMN_NOT_FOUND, CONNECTION_LOST, CUSTOM_REPOSITORY_ERROR, DATA_ACCESS_RESOURCE_FAILURE, DATA_INTEGRITY_VIOLATION, DEADLOCK, DELETE_NOT_GRANTED, ELEMENT_CHANGED_TYPE, ERROR_IN_TRANSACTION, ERROR_NO_REPOSITORY_IN_DB, ERROR_OLD_REPOSITORY_IN_DB, ERROR_TOO_NEW_REPOSITORY_IN_DB, EXECUTE_PROGRAM_FAILED, INCORRECT_LOGIN, INTERNAL_ERROR, INVALID_EXPORT, INVALID_INPUT, INVALID_INPUT_FORMAT, INVALID_PROPERTY_VALUE, INVALID_RESULTSET_ACCESS, INVALID_RMI_SERVER_CONNECTION, JS_SCRIPT_ERROR, NO_ACCESS, NO_CREATE_ACCESS, NO_DELETE_ACCESS, NO_LICENSE, NO_MODIFY_ACCESS, NO_PARENT_DELETE_WITH_RELATED_RECORDS, NO_RELATED_CREATE_ACCESS, NO_TRANSACTION_ACTIVE, OPERATION_CANCELLED, PERMISSION_DENIED, PRIMARY_KEY_NOT_FOUND, RECORD_LOCKED, SAVE_FAILED, SERVER_NOT_FOUND, TABLE_NOT_FOUND, UNKNOWN_DATABASE_EXCEPTION, UNKNOWN_EXCEPTION |
| Constructor Summary | |
|---|---|
RepositoryException(Exception cause)
|
|
RepositoryException(int errorCode)
|
|
RepositoryException(int errorCode,
Exception ex)
|
|
RepositoryException(int errorCode,
Object[] values)
|
|
RepositoryException(RemoteException ex)
|
|
RepositoryException(String msg)
|
|
RepositoryException(String msg,
Exception ex)
|
|
| Method Summary |
|---|
| Methods inherited from class com.servoy.j2db.util.ServoyException |
|---|
findErrorCode, getAllReturnedTypes, getErrorCode, getMessage, getParameterNames, getSample, getToolTip, hasErrorCode, isDeprecated, isServoyException, js_getErrorCode, js_getMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryException(int errorCode)
public RepositoryException(String msg)
public RepositoryException(int errorCode,
Object[] values)
public RepositoryException(int errorCode,
Exception ex)
public RepositoryException(RemoteException ex)
public RepositoryException(Exception cause)
public RepositoryException(String msg,
Exception ex)
|
Copyright © 2009 Servoy B.V. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||