Package org.dizitart.no2.exceptions
Class NitriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dizitart.no2.exceptions.NitriteException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FilterException,IndexingException,InvalidIdException,InvalidOperationException,MigrationException,NitriteIOException,NitriteSecurityException,NotIdentifiableException,ObjectMappingException,PluginException,TransactionException,UniqueConstraintException,ValidationException
public class NitriteException extends RuntimeException
Base class for all Nitrite exceptions.- Since:
- 1.0
- Author:
- Anindya Chatterjee
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NitriteException(String errorMessage)Instantiates a new Nitrite exception.NitriteException(String errorMessage, Throwable cause)Instantiates a new Nitrite exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NitriteException
public NitriteException(String errorMessage)
Instantiates a new Nitrite exception.- Parameters:
errorMessage- the error message
-
-