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
public class UnsupportedProviderException extends AwsCryptoException
This exception is thrown when there are noMasterKeyProviders which which support the requestedprovidervalue.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedProviderException()UnsupportedProviderException(String message)UnsupportedProviderException(String message, Throwable cause)UnsupportedProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)UnsupportedProviderException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-