Package com.liferay.portal.kernel.log
Class LogSanitizerException
- All Implemented Interfaces:
Serializable
- Author:
- Tomas Polesovsky
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogSanitizerException
(String message) LogSanitizerException
(String message, StackTraceElement[] stackTraceElements, Throwable throwable) LogSanitizerException
(String message, Throwable throwable) LogSanitizerException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
LogSanitizerException
public LogSanitizerException() -
LogSanitizerException
-
LogSanitizerException
public LogSanitizerException(String message, StackTraceElement[] stackTraceElements, Throwable throwable) -
LogSanitizerException
-
LogSanitizerException
-
-
Method Details