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

public class BasicAuthenticationAccessException extends RuntimeException
Thrown if the BasicAuthentication credentials cannot be accessed.
See Also:
  • Constructor Details

    • BasicAuthenticationAccessException

      public BasicAuthenticationAccessException(@Nullable String message)
      Creates a new exception based on the given message.
      Parameters:
      message - A message describing the exception cause.
    • BasicAuthenticationAccessException

      public BasicAuthenticationAccessException(@Nullable String message, @Nonnull Throwable t)
      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()