public class RuntimeThreadException extends RuntimeException
| Constructor and Description |
|---|
RuntimeThreadException() |
RuntimeThreadException(String message) |
RuntimeThreadException(String message,
Throwable cause) |
RuntimeThreadException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeThreadException()
public RuntimeThreadException(@NotNull
String message)
public RuntimeThreadException(@NotNull
String message,
@Nullable
Throwable cause)
public RuntimeThreadException(@Nullable
Throwable cause)
Copyright © 2016. All rights reserved.