public class ProviderExistsException extends Exception
Constructor and Description |
---|
ProviderExistsException()
Constructs a new
ProviderExistsException . |
ProviderExistsException(String message)
Constructs a new
ProviderExistsException with the specified message. |
ProviderExistsException(String message,
Throwable cause)
Constructs a new
ProviderExistsException with the specified message and
cause. |
ProviderExistsException(Throwable cause)
Constructs a new
ProviderExistsException with the specified cause and a
null message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProviderExistsException()
ProviderExistsException
.public ProviderExistsException(String message)
ProviderExistsException
with the specified message.message
- The exception messagepublic ProviderExistsException(String message, Throwable cause)
ProviderExistsException
with the specified message and
cause.message
- The exception messagecause
- The cause of this exceptionpublic ProviderExistsException(Throwable cause)
ProviderExistsException
with the specified cause and a
null message.cause
- The cause of this exception