public class RuntimeException extends Exception
Modifier | Constructor and Description |
---|---|
|
RuntimeException() |
|
RuntimeException(String message) |
|
RuntimeException(String message,
Throwable cause) |
protected |
RuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
RuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018. All rights reserved.