@PublicAPI public class MDWriterException extends java.lang.Exception
MDWriter
class.Constructor and Description |
---|
MDWriterException()
Creates new
MDWriterException without detailed explanation. |
MDWriterException(java.lang.String msg)
Constructs a
MDWriterException with the specified detailed
message. |
MDWriterException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a
MDWriterException with the specified message
and cause. |
public MDWriterException()
MDWriterException
without detailed explanation.public MDWriterException(java.lang.String msg)
MDWriterException
with the specified detailed
message.msg
- the detail message.public MDWriterException(java.lang.String msg, java.lang.Throwable cause)
MDWriterException
with the specified message
and cause.msg
- the messagecause
- the cause