public class PublicExceptionDefault extends CustomStatusCodeExceptionDefault implements PublicException
| Constructor and Description |
|---|
PublicExceptionDefault() |
PublicExceptionDefault(String message) |
PublicExceptionDefault(String message,
boolean resetResponse) |
PublicExceptionDefault(String message,
int statusCode) |
PublicExceptionDefault(String message,
int statusCode,
boolean resetResponse) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLogTheException()
Should the exception be logged?
|
getStatusCodeisResetResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetStatusCodepublic PublicExceptionDefault()
public PublicExceptionDefault(String message)
public PublicExceptionDefault(String message, int statusCode)
public PublicExceptionDefault(String message, boolean resetResponse)
public PublicExceptionDefault(String message, int statusCode, boolean resetResponse)
public boolean isLogTheException()
PublicExceptionisLogTheException in interface PublicExceptionCopyright © 2018. All rights reserved.