DatabaseUnitException() Constructs an DatabaseUnitException with no detail
message and no encapsulated exception.
public
DatabaseUnitException(String msg) Constructs an DatabaseUnitException with the specified detail
message and no encapsulated exception.
public
DatabaseUnitException(String msg, Throwable e) Constructs an DatabaseUnitException with the specified detail
message and encapsulated exception.
public
DatabaseUnitException(Throwable e) Constructs an DatabaseUnitException with the encapsulated
exception and use string representation as detail message.