public class FatalException extends WrappedException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
child, message
Constructor and Description |
---|
FatalException() |
FatalException(java.lang.Exception child) |
FatalException(java.lang.String message) |
FatalException(java.lang.String message,
java.lang.Exception child) |
constructMessage, printException
private static final long serialVersionUID