public class MimeIOException
extends java.io.IOException
IOException
for MIME protocol exceptions.
This exception is used to signal a MimeException
in methods
that only permit IOException
to be thrown.
The cause of a MimeIOException
is always a
MimeException
therefore.
Constructor and Description |
---|
MimeIOException(MimeException cause)
Constructs an IO exception based on
MimeException . |
Modifier and Type | Method and Description |
---|---|
MimeException |
getCause()
Returns the
MimeException that caused this
MimeIOException . |
public MimeIOException(MimeException cause)
MimeException
.cause
- the cause.public MimeException getCause()
MimeException
that caused this
MimeIOException
.getCause
in class java.lang.Throwable
MimeIOException
.