public class ResourcesExceededException extends Exception
| Constructor and Description |
|---|
ResourcesExceededException() |
ResourcesExceededException(Exception ex) |
ResourcesExceededException(String s) |
ResourcesExceededException(String s,
Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getNestedException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ResourcesExceededException()
public ResourcesExceededException(String s)
public ResourcesExceededException(Exception ex)
public Exception getNestedException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2017–2020 Eclipse Foundation. All rights reserved.