Class ExternalServiceFailedAuthenticationAlarmException
Object
Throwable
Exception
RuntimeException
se.curity.identityserver.sdk.alarm.AlarmException
se.curity.identityserver.sdk.alarm.ExternalServiceFailedAuthenticationAlarmException
- All Implemented Interfaces:
Serializable
When this alarm is thrown by a Data Source plugin, an
AlarmType.EXTERNAL_SERVICE_FAILED_AUTHENTICATION alarm will be raised.- Since:
- 5.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExternalServiceFailedAuthenticationAlarmException(String pluginId, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class se.curity.identityserver.sdk.alarm.AlarmException
getAlarmTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ExternalServiceFailedAuthenticationAlarmException
- Parameters:
cause- of this error
-
ExternalServiceFailedAuthenticationAlarmException
- Parameters:
pluginId- ID of plugin that caused this errorcause- cause of this error- Since:
- 10.0
-
-
Method Details
ExternalServiceFailedAuthenticationAlarmException(String, Throwable)