Class ODatabaseIsOldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orientechnologies.common.exception.OException
com.orientechnologies.common.exception.OSystemException
com.orientechnologies.orient.server.distributed.ODistributedException
com.orientechnologies.orient.server.distributed.task.ODatabaseIsOldException
- All Implemented Interfaces:
Serializable
Exception thrown when a database is requested but it is older then the one owned by the
requester.
- Author:
- Luca Garulli (l.garulli--at--orientdb.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionODatabaseIsOldException(ODatabaseIsOldException exception) ODatabaseIsOldException(String iMessage) -
Method Summary
Methods inherited from class com.orientechnologies.orient.server.distributed.ODistributedException
hashCodeMethods inherited from class com.orientechnologies.common.exception.OException
wrapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ODatabaseIsOldException
-
ODatabaseIsOldException
-
-
Method Details
-
equals
- Overrides:
equalsin classODistributedException
-