public class AccountNotFoundException extends WeblinkException
| Constructor and Description |
|---|
AccountNotFoundException() |
AccountNotFoundException(String message) |
AccountNotFoundException(String message,
Throwable cause) |
AccountNotFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AccountNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccountNotFoundException()
public AccountNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public AccountNotFoundException(String message)
public AccountNotFoundException(Throwable cause)
Copyright © 2018 Blazebit. All Rights Reserved.