public class UserNotInBranchMiddlewareException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_MESSAGE |
| Constructor and Description |
|---|
UserNotInBranchMiddlewareException() |
UserNotInBranchMiddlewareException(String message) |
UserNotInBranchMiddlewareException(String message,
Throwable cause) |
UserNotInBranchMiddlewareException(UserTO user) |
UserNotInBranchMiddlewareException(UserTO user,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String ERROR_MESSAGE
public UserNotInBranchMiddlewareException()
public UserNotInBranchMiddlewareException(UserTO user)
public UserNotInBranchMiddlewareException(String message)
public UserNotInBranchMiddlewareException(UserTO user, Throwable cause)
Copyright © 2019. All rights reserved.