Class OSecurityException
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.OSecurityException
- All Implemented Interfaces:
OHighLevelException,Serializable
- Direct Known Subclasses:
OInvalidPasswordException,OInvalidStorageEncryptionKeyException,OSecurityAccessException,OTokenSecurityException
Generic Security exception. Used in cryptography.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOSecurityException(OSecurityException exception) OSecurityException(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
-
OSecurityException
-
OSecurityException
-