Liferay 6.2-ce-ga5

com.liferay.portal.kernel.log
Class LogSanitizerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.log.LogSanitizerException
All Implemented Interfaces:
Serializable

public class LogSanitizerException
extends Exception

See Also:
Serialized Form

Constructor Summary
LogSanitizerException()
           
LogSanitizerException(String message)
           
LogSanitizerException(String message, StackTraceElement[] stackTraceElements, Throwable throwable)
           
LogSanitizerException(String message, Throwable throwable)
           
LogSanitizerException(Throwable throwable)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

toString

public String toString()
Overrides:
toString in class Throwable

Liferay 6.2-ce-ga5