Class EppException.AuthenticationErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.flows.EppException
google.registry.flows.EppException.AuthenticationErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TlsCredentials.BadRegistrarCertificateException, TlsCredentials.BadRegistrarIpAddressException, TlsCredentials.CertificateContainsSecurityViolationsException, TlsCredentials.MissingRegistrarCertificateException, TlsCredentials.RegistrarCertificateNotConfiguredException, TransportCredentials.BadRegistrarPasswordException
Enclosing class:
EppException

@EppResultCode(AUTHENTICATION_ERROR) public abstract static class EppException.AuthenticationErrorException extends EppException
Abstract exception class. Do not throw this directly or catch in tests.
See Also:
  • Constructor Details

    • AuthenticationErrorException

      public AuthenticationErrorException(String message)