inetsoft.sree.security
Class AuthenticatorCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
inetsoft.sree.security.AuthenticatorCommunicationException
- All Implemented Interfaces:
- Serializable
public class AuthenticatorCommunicationException
- extends RuntimeException
Exception that signals that there was a problem communicating with
the authentication provider.
- Since:
- 12.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticatorCommunicationException
public AuthenticatorCommunicationException()
- Creates a new instance of AuthenticatorCommunicationException.
AuthenticatorCommunicationException
public AuthenticatorCommunicationException(String message)
- Creates a new instance of AuthenticatorCommunicationException.
- Parameters:
message - the error message.