Package idare.imagenode.exceptions.io
Class DuplicateIDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- idare.imagenode.exceptions.io.DuplicateIDException
-
- All Implemented Interfaces:
Serializable
public class DuplicateIDException extends Exception
Exception indicating that there was a duplicate ID.- Author:
- Thomas Pfau
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateIDException(String ID, String Information)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-