public class PublicException extends CustomStatusCodeException implements IPublicException
| Constructor and Description |
|---|
PublicException() |
PublicException(String message) |
PublicException(String message,
boolean resetResponse) |
PublicException(String message,
int statusCode) |
PublicException(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 PublicException()
public PublicException(String message)
public PublicException(String message, int statusCode)
public PublicException(String message, boolean resetResponse)
public PublicException(String message, int statusCode, boolean resetResponse)
Copyright © 2016. All rights reserved.