public class DCInputsReaderException
extends java.lang.Exception
| Constructor and Description |
|---|
DCInputsReaderException()
No-args constructor.
|
DCInputsReaderException(java.lang.String message)
Constructor for a given message.
|
DCInputsReaderException(java.lang.String message,
java.lang.Throwable cause)
Constructor to create a new exception wrapping it around another exception.
|
DCInputsReaderException(java.lang.Throwable cause)
Constructor for a given cause.
|
public DCInputsReaderException()
public DCInputsReaderException(java.lang.String message)
message - diagnostic message.public DCInputsReaderException(java.lang.Throwable cause)
cause - throwable that caused this exceptionpublic DCInputsReaderException(java.lang.String message,
java.lang.Throwable cause)
message - diagnostic message.cause - throwable that caused this exceptionCopyright © 2018 DuraSpace. All Rights Reserved.