Class V2ErrorResponseException

  • All Implemented Interfaces:
    Serializable

    public class V2ErrorResponseException
    extends software.amazon.awssdk.crt.CrtRuntimeException
    An exception that can wrap a specific modeled service error (V2ErrorResponse) as optional, auxiliary data.
    See Also:
    Serialized Form
    • Constructor Detail

      • V2ErrorResponseException

        public V2ErrorResponseException​(String msg,
                                        V2ErrorResponse modeledError)
        Constructor
    • Method Detail

      • getModeledError

        public V2ErrorResponse getModeledError()
        Gets the modeled error, if any, associated with this exception.