Record Class DittoException.AuthenticationExceptionReason.FailedToAuthenticate
java.lang.Object
java.lang.Record
com.ditto.java.DittoException.AuthenticationExceptionReason.FailedToAuthenticate
- All Implemented Interfaces:
DittoException.AuthenticationExceptionReason
- Enclosing interface:
DittoException.AuthenticationExceptionReason
public static record DittoException.AuthenticationExceptionReason.FailedToAuthenticate()
extends Record
implements DittoException.AuthenticationExceptionReason
Failed to authenticate with a remote server.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ditto.java.DittoException.AuthenticationExceptionReason
DittoException.AuthenticationExceptionReason.ExpirationHandlerMissing, DittoException.AuthenticationExceptionReason.FailedToAuthenticate -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aFailedToAuthenticaterecord class. -
Method Summary
-
Constructor Details
-
FailedToAuthenticate
public FailedToAuthenticate()Creates an instance of aFailedToAuthenticaterecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-