Class LogSanitizerException

Object
Throwable
Exception
com.liferay.portal.kernel.log.LogSanitizerException
All Implemented Interfaces:
Serializable

public class LogSanitizerException extends Exception
Author:
Tomas Polesovsky
See Also:
  • Constructor Details

    • LogSanitizerException

      public LogSanitizerException()
    • LogSanitizerException

      public LogSanitizerException(String message)
    • LogSanitizerException

      public LogSanitizerException(String message, StackTraceElement[] stackTraceElements, Throwable throwable)
    • LogSanitizerException

      public LogSanitizerException(String message, Throwable throwable)
    • LogSanitizerException

      public LogSanitizerException(Throwable throwable)
  • Method Details