public class FetchTokenException extends Exception
FetchTokenException should be thrown when there is an error fetching the CSRF-Token from a service.| Constructor and Description |
|---|
FetchTokenException(String message)
Creates a new instance of the
FetchTokenException with a message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FetchTokenException(String message)
FetchTokenException with a message.message - the message to be associated with the exceptionCopyright © 2016 SAP. All Rights Reserved.