public class DRException extends RuntimeException
Constructor and Description |
---|
DRException()
Constructs a
DRException with no message or cause. |
DRException(String message)
Constructs a
DRException with the specified message. |
DRException(String message,
Throwable cause)
Constructs a
DRException with the specified message and
cause. |
DRException(Throwable cause)
Constructs a
DRException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DRException()
DRException
with no message or cause.public DRException(String message)
DRException
with the specified message.message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).public DRException(String message, Throwable cause)
DRException
with the specified message and
cause.message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public DRException(Throwable cause)
DRException
with the specified cause.cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2020 Actian Corporation. All rights reserved.