Class BasicAuthenticationAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.security.exception.BasicAuthenticationAccessException
- All Implemented Interfaces:
Serializable
Thrown if the BasicAuthentication credentials cannot be accessed.
- See Also:
-
Constructor Summary
ConstructorDescriptionBasicAuthenticationAccessException
(String message) Creates a new exception based on the given message.BasicAuthenticationAccessException
(String message, Throwable t) Creates a new exception based on the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BasicAuthenticationAccessException
Creates a new exception based on the given message.- Parameters:
message
- A message describing the exception cause.
-
BasicAuthenticationAccessException
Creates a new exception based on the given message.- Parameters:
message
- A message describing the exception cause.t
- A cause that lead to the exception.
-
BasicAuthenticationAccessException
public BasicAuthenticationAccessException()
-