public class NestableException extends Exception
NestableException()
NestableException(String msg)
NestableException(String msg, Throwable cause)
NestableException(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 NestableException()
public NestableException(String msg)
public NestableException(String msg, Throwable cause)
public NestableException(Throwable cause)