public class DuplicateFactoryRegistrationException extends RuntimeException
| Constructor and Description |
|---|
DuplicateFactoryRegistrationException()
Creates a DuplicateFactoryRegistrationException with null as its detail
message.
|
DuplicateFactoryRegistrationException(String message)
constructs a DuplicateFactoryRegistrationException with the specified
detail message
|
DuplicateFactoryRegistrationException(String message,
Throwable t)
Constructs a new DuplicateFactoryRegistrationException exception with the
specified cause and a detail message of (cause==null ? null :
cause.toString())
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateFactoryRegistrationException()
Throwable.initCause(java.lang.Throwable).public DuplicateFactoryRegistrationException(String message)
message - the detail message. The detail message is saved for later
retrieval by Throwable.getMessage() method.public DuplicateFactoryRegistrationException(String message, Throwable t)
message - the detail message. The detail message is saved fort - the causeCopyright © 2017-2019 Eclipse Foundation. All Rights Reserved.