|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jrockit.mc.rjmx.proxy.MemleakStartupException
public final class MemleakStartupException
Exception thrown when the startup of the memleak server fails.
| Field Summary | |
|---|---|
static int |
KIND_ANOTHER_CLIENT_CONNECTED
Another client is already connected. |
static int |
KIND_COULD_NOT_LISTEN_ON_PORT
Server could not listen on the specified port. |
static int |
KIND_SERVER_ALREADY_RUNNING
The server was already running. |
static int |
KIND_UNKNOWN
Unknown problem. |
static int |
KIND_WRONG_PROTOCOL_VERSION
Unknown protocol version. |
| Constructor Summary | |
|---|---|
MemleakStartupException(java.lang.String message)
Constructor. |
|
MemleakStartupException(java.lang.String message,
java.lang.Boolean recoverable)
Constructor. |
|
MemleakStartupException(java.lang.String message,
java.lang.Throwable cause)
Constructor. |
|
MemleakStartupException(java.lang.String message,
java.lang.Throwable cause,
java.lang.Boolean recoverable)
Constructor. |
|
MemleakStartupException(java.lang.String message,
java.lang.Throwable cause,
int kind,
java.lang.Boolean recoverable)
Constructor. |
|
MemleakStartupException(java.lang.Throwable cause)
Constructor. |
|
MemleakStartupException(java.lang.Throwable cause,
java.lang.Boolean recoverable)
Constructor. |
|
MemleakStartupException(java.lang.Throwable cause,
int kind,
java.lang.Boolean recoverable)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getKind()
The kind of error, used for customizing error messages. |
java.lang.Boolean |
getRecoverability()
Return the recoverability for the exception |
boolean |
isRecoverable()
Return true if the exception can be recovered from. |
boolean |
mayBeRecoverable()
Return true if the exception may be recovered from. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int KIND_UNKNOWN
public static final int KIND_WRONG_PROTOCOL_VERSION
public static final int KIND_ANOTHER_CLIENT_CONNECTED
public static final int KIND_COULD_NOT_LISTEN_ON_PORT
public static final int KIND_SERVER_ALREADY_RUNNING
| Constructor Detail |
|---|
public MemleakStartupException(java.lang.String message)
message - the exception message.
public MemleakStartupException(java.lang.String message,
java.lang.Boolean recoverable)
message - the exception message.recoverable - if this exception is recoverable.public MemleakStartupException(java.lang.Throwable cause)
cause - the cause.
public MemleakStartupException(java.lang.Throwable cause,
java.lang.Boolean recoverable)
cause - the cause.recoverable - if this exception is recoverable.
public MemleakStartupException(java.lang.Throwable cause,
int kind,
java.lang.Boolean recoverable)
cause - the cause.kind - the kind of problem.recoverable - if this exception is recoverable.
public MemleakStartupException(java.lang.String message,
java.lang.Throwable cause)
message - the exception message.cause - the cause.
public MemleakStartupException(java.lang.String message,
java.lang.Throwable cause,
java.lang.Boolean recoverable)
message - the exception message.cause - the cause.recoverable - if this exception is recoverable.
public MemleakStartupException(java.lang.String message,
java.lang.Throwable cause,
int kind,
java.lang.Boolean recoverable)
message - the exception message.cause - the cause.kind - the kind of problem.recoverable - if this exception is recoverable.| Method Detail |
|---|
public boolean mayBeRecoverable()
public boolean isRecoverable()
public java.lang.Boolean getRecoverability()
public int getKind()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||