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
Indicates an error during the retrieval of an CSRF token.
- See Also:
-
Constructor Summary
ConstructorDescriptionCsrfTokenRetrievalException
(String message) Returns a new CsrfTokenRetrievalException instance.CsrfTokenRetrievalException
(String message, Exception cause) Returns a new CsrfTokenRetrievalException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CsrfTokenRetrievalException
Returns a new CsrfTokenRetrievalException instance.- Parameters:
message
- The error message.cause
- The exception causing the error.
-
CsrfTokenRetrievalException
Returns a new CsrfTokenRetrievalException instance.- Parameters:
message
- The error message.
-
-
Method Details