@Api(allMethods=true) public class GeomajasSecurityException extends GeomajasException
| Constructor and Description |
|---|
GeomajasSecurityException()
Create new GeomajasException.
|
GeomajasSecurityException(int exceptionCode)
Create new GeomajasException.
|
GeomajasSecurityException(int exceptionCode,
Object... parameters)
Create new GeomajasException.
|
GeomajasSecurityException(Throwable ex)
Create new GeomajasException.
|
GeomajasSecurityException(Throwable ex,
int exceptionCode)
Create new GeomajasException.
|
GeomajasSecurityException(Throwable ex,
int exceptionCode,
Object... parameters)
Create new GeomajasException.
|
getExceptionCode, getMessage, getMessage, getResourceBundleName, getShortMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeomajasSecurityException()
public GeomajasSecurityException(Throwable ex)
ex - cause exceptionpublic GeomajasSecurityException(Throwable ex, int exceptionCode, Object... parameters)
ex - cause exceptionexceptionCode - code which points to the messageparameters - possible extra parameterspublic GeomajasSecurityException(Throwable ex, int exceptionCode)
ex - cause exceptionexceptionCode - code which points to the messagepublic GeomajasSecurityException(int exceptionCode,
Object... parameters)
exceptionCode - code which points to the messageparameters - possible extra parameterspublic GeomajasSecurityException(int exceptionCode)
exceptionCode - code which points to the messageCopyright © 2015 Geosparc. All Rights Reserved.