public class NestableException extends Exception
NestableException()
NestableException(String msg)
NestableException(String msg, Throwable throwable)
NestableException(Throwable throwable)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NestableException()
public NestableException(String msg)
public NestableException(String msg, Throwable throwable)
public NestableException(Throwable throwable)