Class SecretInstantiationException

All Implemented Interfaces:
Serializable

@EvolvingAll public class SecretInstantiationException extends SecretException
An exception that represents an inability to instantiate a secret object.
Since:
AM 6.5.0
See Also:
  • Constructor Details

    • SecretInstantiationException

      public SecretInstantiationException(String message, Throwable cause)
      Create an instantiation exception.
      Parameters:
      message - The reason for the exception.
      cause - The underlying cause.