Class AssertJDBException

All Implemented Interfaces:
Serializable

public class AssertJDBException extends RuntimeException
Exception during the assertion (for example : when getting the data in the database, or accessing to file system).
Author:
Régis Pouiller
See Also:
  • Constructor Details

    • AssertJDBException

      public AssertJDBException(Exception exception)
      Constructor of the Exception.
      Parameters:
      exception - Exception inside this one.
    • AssertJDBException

      public AssertJDBException(String message, Object... objects)
      Constructor of the Exception.
      Parameters:
      message - Message of the exception
      objects - Parameters of the message