public class ProfileProviderException extends Exception
Exception thrown by ProfileClientFactory and
ProfileServerFactory when a provider exists for the
required profile name but cannot be used for some reason.
| Constructor and Description |
|---|
ProfileProviderException()
Constructs a
ProfileProviderException with no
specified detail message. |
ProfileProviderException(String message)
Constructs a
ProfileProviderException with the
specified detail message. |
ProfileProviderException(String message,
Exception cause)
Constructs a
ProfileProviderException with the
specified detail message and nested exception. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProfileProviderException()
Constructs a ProfileProviderException with no
specified detail message.
public ProfileProviderException(String message)
Constructs a ProfileProviderException with the
specified detail message.
message - the detail messageCopyright © 2019 Terracotta, Inc.. All rights reserved.