Class VaultConfigurationException

All Implemented Interfaces:
Serializable

public class VaultConfigurationException extends RuntimeException
This exception is thrown when the factory fails to init due to a configuration error.
Author:
Stefan Guilhen
See Also:
  • Constructor Details

    • VaultConfigurationException

      public VaultConfigurationException(String message)
      Constructs a new VaultConfigurationException.
      Parameters:
      message - the exception message.