net.sf.jpkgmk
Class DuplicateEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jpkgmk.PackageException
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
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 |
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.