@Deprecated public class DuplicateIDException extends DuplicateIDException
dupe| Constructor and Description |
|---|
DuplicateIDException(String dupe)
Deprecated.
Creates a new instance of DuplicateIDException.
|
DuplicateIDException(String dupe,
String message)
Deprecated.
Creates a new instance of DuplicateIDException.
|
DuplicateIDException(String dupe,
Throwable cause)
Deprecated.
Creates a new instance of DuplicateIDException.
|
getDuplicateIDaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateIDException(String dupe)
dupe - the duplicate ID.public DuplicateIDException(String dupe, String message)
dupe - the duplicate ID.message - the detail message.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.