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) |
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)
Copyright © 2016. All rights reserved.