org.apache.james.mime4j
Class MimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.james.mime4j.MimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MimeParseEventException, ParseException, ParseException, ParseException, ParseException, ParseException, ParseException

public class MimeException
extends java.io.IOException

MIME processing exception.

See Also:
Serialized Form

Constructor Summary
MimeException(java.lang.String message)
          Constructs a new MIME exception with the specified detail message.
MimeException(java.lang.String message, java.lang.Throwable cause)
          Constructs a MIME exception with the specified detail message and cause.
 
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

MimeException

public MimeException(java.lang.String message)
Constructs a new MIME exception with the specified detail message.

Parameters:
message - detail message

MimeException

public MimeException(java.lang.String message,
                     java.lang.Throwable cause)
Constructs a MIME exception with the specified detail message and cause.

Parameters:
message - detail message
cause - cause of the exception


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.