public class MdrException extends Exception
| Constructor and Description |
|---|
MdrException()
Instantiates a new form exception.
|
MdrException(String msg)
Instantiates a new exception with the given message.
|
MdrException(String msg,
Throwable e) |
MdrException(Throwable e)
Instantiates a new exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MdrException()
public MdrException(String msg)
msg - the messagepublic MdrException(Throwable e)
e - the underlying cause for this exceptionCopyright © 2020 Samply Community. All rights reserved.