Package org.spincast.core.exceptions
Class PublicExceptionNoLog
- All Implemented Interfaces:
Serializable
,CustomStatusCodeException
,PublicException
,ResponseResetableException
- See Also:
-
Constructor Summary
ConstructorDescriptionPublicExceptionNoLog
(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
getStatusCode
Methods inherited from class org.spincast.core.exceptions.ResponseResetableExceptionDefault
isResetResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:PublicException
Should the exception be logged?- Specified by:
isLogTheException
in interfacePublicException
- Overrides:
isLogTheException
in classPublicExceptionDefault
-