public class PublicExceptionNoLog extends PublicExceptionDefault
| Constructor and Description |
|---|
PublicExceptionNoLog() |
PublicExceptionNoLog(String message) |
PublicExceptionNoLog(String message,
boolean resetResponse) |
PublicExceptionNoLog(String message,
int statusCode) |
PublicExceptionNoLog(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 PublicExceptionNoLog()
public PublicExceptionNoLog(String message)
public PublicExceptionNoLog(String message, int statusCode)
public PublicExceptionNoLog(String message, boolean resetResponse)
public PublicExceptionNoLog(String message, int statusCode, boolean resetResponse)
public boolean isLogTheException()
PublicExceptionisLogTheException in interface PublicExceptionisLogTheException in class PublicExceptionDefaultCopyright © 2018. All rights reserved.