org.apache.james.mime4j
Class MimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.james.mime4j.MimeIOException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MaxLineLimitException
public class MimeIOException
- extends IOException
A wrapper class based on IOException
for MIME protocol exceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MimeIOException
public MimeIOException(String message)
- Creates a new MimeIOException from the specified detail message.
- Parameters:
message
- detail message.
MimeIOException
public MimeIOException(MimeException cause)
- Constructs an IO exception based on
MimeException
.
- Parameters:
cause
- the cause.
Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.