Class KmsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
com.google.cloud.spring.kms.KmsException
All Implemented Interfaces:
Serializable

public class KmsException extends org.springframework.core.NestedRuntimeException
The Spring Google Cloud KMS specific NestedRuntimeException.
See Also:
  • Constructor Details

    • KmsException

      public KmsException(String msg)
    • KmsException

      public KmsException(String msg, Throwable cause)