net.sf.jpkgmk
Class DuplicateEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jpkgmk.PackageException
                  extended by net.sf.jpkgmk.DuplicateEntryException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateEntryException
extends PackageException

Exception that tells the user that an entry in a file already exists.

Since:
1.0
Version:
$Revision: 2 $ $Date: 2008-08-20 21:14:19 +0200 (Mi, 20 Aug 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $
See Also:
Serialized Form

Constructor Summary
DuplicateEntryException()
           
DuplicateEntryException(java.lang.String message)
           
DuplicateEntryException(java.lang.String message, java.lang.Throwable cause)
           
DuplicateEntryException(java.lang.Throwable 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

DuplicateEntryException

public DuplicateEntryException()

DuplicateEntryException

public DuplicateEntryException(java.lang.String message)
Parameters:
message -

DuplicateEntryException

public DuplicateEntryException(java.lang.Throwable cause)
Parameters:
cause -

DuplicateEntryException

public DuplicateEntryException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2007-2008. All Rights Reserved.