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