Class CsrfTokenRetrievalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.connectivity.exception.CsrfTokenRetrievalException
All Implemented Interfaces:
Serializable

public class CsrfTokenRetrievalException extends RuntimeException
Indicates an error during the retrieval of an CSRF token.
See Also:
  • Constructor Details

    • CsrfTokenRetrievalException

      public CsrfTokenRetrievalException(@Nullable String message, @Nullable Exception cause)
      Returns a new CsrfTokenRetrievalException instance.
      Parameters:
      message - The error message.
      cause - The exception causing the error.
    • CsrfTokenRetrievalException

      public CsrfTokenRetrievalException(@Nullable String message)
      Returns a new CsrfTokenRetrievalException instance.
      Parameters:
      message - The error message.
  • Method Details

    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object