public class AccountNotFoundException extends AccountException
Constructor and Description |
---|
AccountNotFoundException(String message)
Constructs an
AccountNotFoundException with the specified detail message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccountNotFoundException(String message)
AccountNotFoundException
with the specified detail message.message
- The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA