Class WalletNotFoundException

All Implemented Interfaces:
Serializable

public class WalletNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • WalletNotFoundException

      public WalletNotFoundException()
    • WalletNotFoundException

      public WalletNotFoundException(String message)
    • WalletNotFoundException

      public WalletNotFoundException(String message, Throwable cause)
    • WalletNotFoundException

      public WalletNotFoundException(Throwable cause)
    • WalletNotFoundException

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