Class AuthTokenAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.security.exception.AuthTokenAccessException
- All Implemented Interfaces:
Serializable
Thrown if the authorization token cannot be accessed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthTokenAccessException(String message) Exception constructor.AuthTokenAccessException(String message, Throwable cause) Exception constructor.Exception constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthTokenAccessException
Exception constructor.- Parameters:
message- The exception message.
-
AuthTokenAccessException
Exception constructor.- Parameters:
cause- The exception cause.
-
AuthTokenAccessException
Exception constructor.- Parameters:
message- The exception message.cause- The exception cause.
-
AuthTokenAccessException
public AuthTokenAccessException()
-