@Beta public class CsrfTokenRetrievalException extends RuntimeException
Constructor and Description |
---|
CsrfTokenRetrievalException(String message)
Returns a new CsrfTokenRetrievalException instance.
|
CsrfTokenRetrievalException(String message,
Exception cause)
Returns a new CsrfTokenRetrievalException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CsrfTokenRetrievalException(String message, Exception cause)
message
- The error message.cause
- The exception causing the error.public CsrfTokenRetrievalException(String message)
message
- The error message.Copyright © 2020 SAP SE. All rights reserved.