Package org.mongounit
Class MongoUnitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mongounit.MongoUnitException
- All Implemented Interfaces:
Serializable
MongoUnitException
class represents the root exception of any exceptions in the MongoUnit
framework.- See Also:
-
Constructor Summary
ConstructorDescriptionMongoUnitException
(String message) MongoUnitException
(String message, Throwable cause) MongoUnitException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MongoUnitException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MongoUnitException
public MongoUnitException() -
MongoUnitException
-
MongoUnitException
-
MongoUnitException
-
MongoUnitException
-