org.deegree_impl.tools.mail
Class UnknownMimeTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.tools.mail.UnknownMimeTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownMimeTypeException
extends java.lang.Exception
implements java.io.Serializable

Is thrown when a MIME-Type is unknown.

Version:
$Revision: 1.2 $
Author:
Torsten Friebe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnknownMimeTypeException(java.lang.String message, java.lang.String mimeType)
          Creates an exception with a message string and the unknown MIME type.
 
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

UnknownMimeTypeException

public UnknownMimeTypeException(java.lang.String message,
                                java.lang.String mimeType)
Creates an exception with a message string and the unknown MIME type.