public class DatabaseUnitRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
DatabaseUnitRuntimeException()
Constructs an
DatabaseUnitRuntimeException with no specified
detail message and no encapsulated exception. |
DatabaseUnitRuntimeException(java.lang.String msg)
Constructs an
DatabaseUnitRuntimeException with the specified
detail message and no encapsulated exception. |
DatabaseUnitRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an
DatabaseUnitRuntimeException with the specified
detail message and encapsulated exception. |
DatabaseUnitRuntimeException(java.lang.Throwable cause)
Constructs an
DatabaseUnitRuntimeException with the encapsulated
exception and use its message as detail message. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Deprecated.
Use
Throwable.getCause() instead |
public DatabaseUnitRuntimeException()
DatabaseUnitRuntimeException with no specified
detail message and no encapsulated exception.public DatabaseUnitRuntimeException(java.lang.String msg)
DatabaseUnitRuntimeException with the specified
detail message and no encapsulated exception.msg - Exception messagepublic DatabaseUnitRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
DatabaseUnitRuntimeException with the specified
detail message and encapsulated exception.msg - cause - The cause of this exceptionpublic DatabaseUnitRuntimeException(java.lang.Throwable cause)
DatabaseUnitRuntimeException with the encapsulated
exception and use its message as detail message.cause - The cause of this exceptionCopyright © 2002-2018. All Rights Reserved.