public class LogException extends RuntimeException
LogException()
LogException(String message)
LogException(String message, Throwable cause)
LogException(Throwable cause)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public LogException()
public LogException(String message)
public LogException(String message, Throwable cause)
public LogException(Throwable cause)
Copyright © 2022. All rights reserved.