public class ProviderException extends Exception
ProviderException
represents the Exception
that can be thrown for any errors in accessing any provider configuration
(Web Services Client, Web Services Provider, STS client or Discovery client).Constructor and Description |
---|
ProviderException()
Create an
ProviderException with no message. |
ProviderException(String s)
Create an
ProviderException with a message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProviderException()
ProviderException
with no message.public ProviderException(String s)
ProviderException
with a message.s
- message for the exceptionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.