public class LoggableException extends RuntimeException
Constructor and Description |
---|
LoggableException(String message,
Class<?> clazz,
String methodName) |
LoggableException(String message,
Class<?> clazz,
String methodName,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClazz() |
String |
getMethodName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2004-2016. All Rights Reserved.