Class OSchemaNotCreatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.orientechnologies.common.exception.OException
com.orientechnologies.orient.core.exception.OCoreException
com.orientechnologies.orient.core.exception.OSchemaException
com.orientechnologies.orient.core.exception.OSchemaNotCreatedException
- All Implemented Interfaces:
OHighLevelException,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis constructor is needed to restore and reproduce exception on client side in case of remote storage exception handling.OSchemaNotCreatedException(String message) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.exception.OCoreException
getComponentName, getDbName, getErrorCode, getMessageMethods inherited from class com.orientechnologies.common.exception.OException
wrapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OSchemaNotCreatedException
-
OSchemaNotCreatedException
This constructor is needed to restore and reproduce exception on client side in case of remote storage exception handling. Please create "copy constructor" for each exception which has current one as a parent.- Parameters:
exception-
-