public class IndexProviderExistsException extends RepositoryException
Constructor and Description |
---|
IndexProviderExistsException()
Constructs a new instance of this class with
null as its detail message. |
IndexProviderExistsException(String message)
Constructs a new instance of this class with the specified detail message.
|
IndexProviderExistsException(String message,
Throwable rootCause)
Constructs a new instance of this class with the specified detail message and root cause.
|
IndexProviderExistsException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexProviderExistsException()
null
as its detail message.public IndexProviderExistsException(String message)
message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.public IndexProviderExistsException(Throwable rootCause)
rootCause
- root failure causepublic IndexProviderExistsException(String message, Throwable rootCause)
message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.rootCause
- root failure causeCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.