Class SigV4PropertiesNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class SigV4PropertiesNotFoundException
    extends RuntimeException
    Denotes an exception when trying to extract properties required for SigV4 signing.
    See Also:
    Serialized Form
    • Constructor Detail

      • SigV4PropertiesNotFoundException

        public SigV4PropertiesNotFoundException​(String message)
        Parameters:
        message - the error message.
      • SigV4PropertiesNotFoundException

        public SigV4PropertiesNotFoundException​(String message,
                                                Throwable cause)
        Parameters:
        message - the error message.
        cause - the root cause exception.