public class JRebirthThreadException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
JRebirthThreadException.Type
The type of thread exception.
|
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The constant used for serialization.
|
private JRebirthThreadException.Type |
threadType
The local thread type.
|
| Constructor and Description |
|---|
JRebirthThreadException(JRebirthThreadException.Type threadType)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private static String |
getThreadName(JRebirthThreadException.Type threadType)
Return the concerned thread name.
|
(package private) JRebirthThreadException.Type |
getThreadType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final JRebirthThreadException.Type threadType
public JRebirthThreadException(JRebirthThreadException.Type threadType)
threadType - the type of error to thrown.private static String getThreadName(JRebirthThreadException.Type threadType)
threadType - the thread type concernedJRebirthThreadException.Type getThreadType()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.