Class QuietException.RuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.io.QuietException.RuntimeException
- All Implemented Interfaces:
 Serializable, QuietException
- Enclosing interface:
 QuietException
public static class QuietException.RuntimeException
extends RuntimeException
implements QuietException
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface QuietException
QuietException.Exception, QuietException.RuntimeException - 
Constructor Summary
ConstructorsConstructorDescriptionRuntimeException(String message) RuntimeException(String message, Throwable cause) RuntimeException(Throwable cause)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RuntimeException
public RuntimeException() - 
RuntimeException
 - 
RuntimeException
 - 
RuntimeException
 
 -