JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.ssooidc.model

Class InternalServerException

    • Constructor Detail

      • InternalServerException

        public InternalServerException(String message)
        Constructs a new InternalServerException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setError

        public void setError(String error)

        Single error code. For this exception the value will be server_error.

        Parameters:
        error - Single error code. For this exception the value will be server_error.
      • getError

        public String getError()

        Single error code. For this exception the value will be server_error.

        Returns:
        Single error code. For this exception the value will be server_error.
      • withError

        public InternalServerException withError(String error)

        Single error code. For this exception the value will be server_error.

        Parameters:
        error - Single error code. For this exception the value will be server_error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setError_description

        public void setError_description(String error_description)

        Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

        Parameters:
        error_description - Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
      • getError_description

        public String getError_description()

        Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

        Returns:
        Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
      • withError_description

        public InternalServerException withError_description(String error_description)

        Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

        Parameters:
        error_description - Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /