Class UnsupportedProviderException

All Implemented Interfaces:
Serializable

public class UnsupportedProviderException extends AwsCryptoException
This exception is thrown when there are no MasterKeyProviders which which support the requested provider value.
See Also:
Serialized Form
  • Constructor Details

    • UnsupportedProviderException

      public UnsupportedProviderException()
    • UnsupportedProviderException

      public UnsupportedProviderException(String message)
    • UnsupportedProviderException

      public UnsupportedProviderException(Throwable cause)
    • UnsupportedProviderException

      public UnsupportedProviderException(String message, Throwable cause)
    • UnsupportedProviderException

      public UnsupportedProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)