Package org.spincast.core.exceptions
Class PublicExceptionNoLog
- All Implemented Interfaces:
Serializable,CustomStatusCodeException,PublicException,ResponseResetableException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPublicExceptionNoLog(String message) PublicExceptionNoLog(String message, boolean resetResponse) PublicExceptionNoLog(String message, int statusCode) PublicExceptionNoLog(String message, int statusCode, boolean resetResponse) -
Method Summary
Methods inherited from class org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
getStatusCodeMethods inherited from class org.spincast.core.exceptions.ResponseResetableExceptionDefault
isResetResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.spincast.core.exceptions.CustomStatusCodeException
getStatusCode
-
Constructor Details
-
PublicExceptionNoLog
public PublicExceptionNoLog() -
PublicExceptionNoLog
-
PublicExceptionNoLog
-
PublicExceptionNoLog
-
PublicExceptionNoLog
-
-
Method Details
-
isLogTheException
public boolean isLogTheException()Description copied from interface:PublicExceptionShould the exception be logged?- Specified by:
isLogTheExceptionin interfacePublicException- Overrides:
isLogTheExceptionin classPublicExceptionDefault
-