Class VaultNotFoundException

All Implemented Interfaces:
Serializable

public class VaultNotFoundException extends RuntimeException
Thrown when a vault directory doesn't exist.
Author:
Sebastian Ɓaskawiec
See Also:
  • Constructor Details

    • VaultNotFoundException

      public VaultNotFoundException(String message)
      Constructs new exception.
      Parameters:
      message - A full text message of the exception.