Class VaultNotFoundException

All Implemented Interfaces:
Serializable

public class VaultNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • VaultNotFoundException

      public VaultNotFoundException()
    • VaultNotFoundException

      public VaultNotFoundException(String message)
    • VaultNotFoundException

      public VaultNotFoundException(String message, Throwable cause)
    • VaultNotFoundException

      public VaultNotFoundException(Throwable cause)
    • VaultNotFoundException

      public VaultNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)