public class AccessForbiddenException extends PublicException
| Constructor and Description |
|---|
AccessForbiddenException(ErrorCase errorCase)
Creates the exception with the error.
|
AccessForbiddenException(String message)
Deprecated.
Use of error codes is strongly recommended.
|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessForbiddenException(String message)
message - the exception message.public AccessForbiddenException(ErrorCase errorCase)
errorCase - the error code.Copyright © 2016 Eclipse Stardust. All Rights Reserved.