public class UserAccountException extends Exception
| Constructor and Description |
|---|
UserAccountException() |
UserAccountException(String message) |
UserAccountException(String message,
Throwable cause) |
UserAccountException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UserAccountException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserAccountException()
public UserAccountException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public UserAccountException(String message)
public UserAccountException(Throwable cause)
Copyright © 2019. All rights reserved.