Servoy 4.1.x Public API

com.servoy.j2db.persistence
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.servoy.j2db.util.ServoyException
              extended by com.servoy.j2db.persistence.RepositoryException
All Implemented Interfaces:
IScriptObject, Serializable

public class RepositoryException
extends com.servoy.j2db.util.ServoyException

Wrapper Exception

See Also:
Serialized Form

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

RepositoryException

public RepositoryException(int errorCode)

RepositoryException

public RepositoryException(String msg)

RepositoryException

public RepositoryException(int errorCode,
                           Object[] values)

RepositoryException

public RepositoryException(int errorCode,
                           Exception ex)

RepositoryException

public RepositoryException(RemoteException ex)

RepositoryException

public RepositoryException(Exception cause)

RepositoryException

public RepositoryException(String msg,
                           Exception ex)

Copyright © 2009 Servoy B.V.

>