de.fh_mannheim.mm.dms.framework
Class DuplicateUploadException

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.DuplicateUploadException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateUploadException
extends DMSException

This exception is raised if a upload should be added to database, where the filename or uploadID is already existent.

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

Constructor Summary
DuplicateUploadException()
          Creates new DuplicateUploadException without detail message.
DuplicateUploadException(java.lang.String msg)
          Constructs an DuplicateUploadException 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

DuplicateUploadException

public DuplicateUploadException()
Creates new DuplicateUploadException without detail message.


DuplicateUploadException

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

Parameters:
msg - the detail message.