de.fh_mannheim.mm.dms.framework
Class InvalidFileTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.fh_mannheim.mm.dms.framework.DMSException
              extended byde.fh_mannheim.mm.dms.framework.InvalidFileTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFileTypeException
extends DMSException

This exception is raised if an object should be added to database, where the filename is not allowed.

Version:
$Revision: 1.4 $
Author:
Jan Löffler, mail@jlsoft.de
See Also:
Serialized Form

Constructor Summary
InvalidFileTypeException()
          Creates new InvalidFileTypeException without detail message.
InvalidFileTypeException(java.lang.String msg)
          Constructs an InvalidFileTypeException with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFileTypeException

public InvalidFileTypeException()
Creates new InvalidFileTypeException without detail message.


InvalidFileTypeException

public InvalidFileTypeException(java.lang.String msg)
Constructs an InvalidFileTypeException with the specified detail message.

Parameters:
msg - the detail message.