public class DCInputsReaderException extends Exception
| Constructor and Description |
|---|
DCInputsReaderException()
No-args constructor.
|
DCInputsReaderException(String message)
Constructor for a given message.
|
DCInputsReaderException(String message,
Throwable cause)
Constructor to create a new exception wrapping it around another exception.
|
DCInputsReaderException(Throwable cause)
Constructor for a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DCInputsReaderException()
public DCInputsReaderException(String message)
message - diagnostic message.public DCInputsReaderException(Throwable cause)
cause - throwable that caused this exceptionCopyright © 2013 DuraSpace. All Rights Reserved.