public class MHTException extends IOException
| Constructor and Description |
|---|
MHTException()
Constructs a
MHTException with null as its error detail message. |
MHTException(String s)
Constructs a
MHTException with the specified detail message. |
MHTException(String s,
Throwable t)
Constructs a
MHTException with the specified detail message and the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MHTException()
MHTException with null as its error detail message.public MHTException(String s)
MHTException with the specified detail message.s - the detail message.public MHTException(String s, Throwable t)
MHTException with the specified detail message and the given cause.s - the detail message.t - the cause.Copyright © 2016–2017. All rights reserved.