public final class ExitNotification extends Notification
| Modifier and Type | Field and Description |
|---|---|
int |
code |
static int |
DEFAULT_CODE |
static int |
ERROR_CODE |
static int |
FATAL_CODE |
| Constructor and Description |
|---|
ExitNotification() |
ExitNotification(int code) |
| Modifier and Type | Method and Description |
|---|---|
static void |
exit() |
static void |
exit(int code) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int DEFAULT_CODE
public static final int ERROR_CODE
public static final int FATAL_CODE
public final int code
Copyright © 2008-2012 Sonatype. All Rights Reserved.