Package org.mongounit

Class MongoUnitException

All Implemented Interfaces:
Serializable

public class MongoUnitException extends RuntimeException
MongoUnitException class represents the root exception of any exceptions in the MongoUnit framework.
See Also:
  • Constructor Details

    • MongoUnitException

      public MongoUnitException()
    • MongoUnitException

      public MongoUnitException(String message)
    • MongoUnitException

      public MongoUnitException(String message, Throwable cause)
    • MongoUnitException

      public MongoUnitException(Throwable cause)
    • MongoUnitException

      public MongoUnitException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)