Apache JAMES Mime4j 0.6-redhat-2

org.apache.james.mime4j
Class MimeIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
MimeIOException(MimeException cause)
          Constructs an IO exception based on MimeException.
MimeIOException(String message)
          Creates a new MimeIOException from the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Apache JAMES Mime4j 0.6-redhat-2

Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.