public class ETSDuplicateException extends ETSException
CodingScheme
or
ConceptList
, which already exist in
the ETS repository. This repository is the live database component for ETS.ETSException
,
Serialized FormConstructor and Description |
---|
ETSDuplicateException()
Deprecated.
This method is replaced by the
ETSDuplicateException(String, String) method or the
ETSDuplicateException(String) or
ETSDuplicateException(Exception) or
ETSDuplicateException(String, Exception) method to
provide as much information as possible to the user when the exception is
thrown. |
ETSDuplicateException(Exception wrappedException)
Constructs a new exception that wraps another exception.
|
ETSDuplicateException(String messageText)
Constructs an
ETSDuplicateException object from the
specified error message. |
ETSDuplicateException(String messageText,
Exception wrappedException) |
ETSDuplicateException(String exceptionCode,
String exceptionMessage) |
getWrappedException, newCodingSchemeNotFound, newCodingSchemeVersionNotFound, newMultipleConceptsCode, newNoConceptsCode
addBundledException, getBundledExceptions, getDetailedExceptions, getExceptionCode, getParameter, getTokenNames, getTokenValues, printStackTrace, setBundledExceptions, setDetailedExceptions, setExceptionCode, setParameter, setTokenNames, setTokenValues, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
public ETSDuplicateException()
ETSDuplicateException(String, String)
method or the
ETSDuplicateException(String)
or
ETSDuplicateException(Exception)
or
ETSDuplicateException(String, Exception)
method to
provide as much information as possible to the user when the exception is
thrown.ETSDuplicateException
with no detail
message.public ETSDuplicateException(String messageText)
ETSDuplicateException
object from the
specified error message.messageText
- Error message.public ETSDuplicateException(Exception wrappedException)
wrappedException
- the cause (which is saved for later retrieval by
the ETSException.getWrappedException()
method). (A null value is
permitted, and indicates that the cause is nonexistent or unknown.)HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved