|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.jrockit.mc.rjmx.ConnectionException
public class ConnectionException
This exception is thrown when an IO related problem occurs.
| Constructor Summary | |
|---|---|
ConnectionException(IConnectionDescriptor descriptor,
IConnectionHandle handle)
Creates a connection exception |
|
ConnectionException(IConnectionDescriptor descriptor,
IConnectionHandle handle,
java.lang.Exception cause)
Creates a connection exception |
|
ConnectionException(java.lang.String message,
IConnectionDescriptor descriptor,
IConnectionHandle handle,
java.lang.Exception cause)
Creates a connection exception |
|
| Method Summary | |
|---|---|
IConnectionDescriptor |
getDescriptor()
Return the IConnectionDescriptor |
IConnectionHandle |
gethandle()
Return the IConnectionHandle |
| 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 |
| Constructor Detail |
|---|
public ConnectionException(IConnectionDescriptor descriptor,
IConnectionHandle handle)
descriptor - the IConnectionDescriptor the exception concernshandle - the connection handle the exception concerns.
public ConnectionException(IConnectionDescriptor descriptor,
IConnectionHandle handle,
java.lang.Exception cause)
descriptor - the IConnectionDescriptor the exception concernshandle - the connection handle the exception concerns.
public ConnectionException(java.lang.String message,
IConnectionDescriptor descriptor,
IConnectionHandle handle,
java.lang.Exception cause)
descriptor - the IConnectionDescriptor the exception concernshandle - the connection handle the exception concerns.| Method Detail |
|---|
public IConnectionDescriptor getDescriptor()
IConnectionDescriptor
public IConnectionHandle gethandle()
IConnectionHandle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||