Class AuthUnauthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.symphony.bdk.core.auth.exception.AuthUnauthorizedException
All Implemented Interfaces:
Serializable

@API(status=STABLE) public class AuthUnauthorizedException extends Exception
When thrown, it means that authentication cannot be performed for several reasons depending on the context :
  • Regular Bot authentication
  • OBO authentication
See Also:
  • Constructor Details

    • AuthUnauthorizedException

      public AuthUnauthorizedException(@Nonnull String message)
    • AuthUnauthorizedException

      public AuthUnauthorizedException(@Nonnull String message, @Nonnull com.symphony.bdk.http.api.ApiException source)