public class AuthenticatorException extends UncheckedException
| 构造器和说明 |
|---|
AuthenticatorException(String message)
Builds an exception with the provided error message.
|
AuthenticatorException(String message,
Throwable cause)
Builds an exception with the provided error mesasge and
the provided cuase.
|
public AuthenticatorException(String message)
message - the error message.Copyright © 2025 fossc. All rights reserved.