Class UnsupportedProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.encryptionsdk.exception.AwsCryptoException
com.amazonaws.encryptionsdk.exception.UnsupportedProviderException
- All Implemented Interfaces:
Serializable
This exception is thrown when there are no
MasterKeyProvider
s which which support the
requested provider
value.- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedProviderException(String message)
UnsupportedProviderException(String message, Throwable cause)
UnsupportedProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedProviderException
public UnsupportedProviderException() -
UnsupportedProviderException
-
UnsupportedProviderException
-
UnsupportedProviderException
-
UnsupportedProviderException
-