public class DatabaseUnitException
extends java.lang.Exception
| Constructor and Description |
|---|
DatabaseUnitException()
Constructs an
DatabaseUnitException with no detail
message and no encapsulated exception. |
DatabaseUnitException(java.lang.String msg)
Constructs an
DatabaseUnitException with the specified detail
message and no encapsulated exception. |
DatabaseUnitException(java.lang.String msg,
java.lang.Throwable e)
Constructs an
DatabaseUnitException with the specified detail
message and encapsulated exception. |
DatabaseUnitException(java.lang.Throwable e)
Constructs an
DatabaseUnitException with the encapsulated
exception and use string representation as detail message. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Deprecated.
Use
Throwable.getCause() to retrieve the nested exception |
public DatabaseUnitException()
DatabaseUnitException with no detail
message and no encapsulated exception.public DatabaseUnitException(java.lang.String msg)
DatabaseUnitException with the specified detail
message and no encapsulated exception.public DatabaseUnitException(java.lang.String msg,
java.lang.Throwable e)
DatabaseUnitException with the specified detail
message and encapsulated exception.public DatabaseUnitException(java.lang.Throwable e)
DatabaseUnitException with the encapsulated
exception and use string representation as detail message.Copyright © 2002-2018. All Rights Reserved.