Class OAuthSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.security.oauth2.OAuthSystemException
All Implemented Interfaces:
Serializable

public class OAuthSystemException extends Exception
Exception class which is used in case of communication errors between the OAuth Recourse Server and the OAuth Authorization Server when authorization is checked.
See Also:
  • Constructor Details

    • OAuthSystemException

      public OAuthSystemException(String message)
      Constructs a new OAuthSystem Exception with the specified detail message.
      Parameters:
      message - - the detail message
    • OAuthSystemException

      public OAuthSystemException(String message, Throwable cause)
      Constructs a new OAuthSystem Exception with the specified detail message and cause.
      Parameters:
      message - - the detail message
      cause - - the root cause for creating OAuthSystem Exception