|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exolab.jms.net.connector.ResourceException
org.exolab.jms.net.connector.ConnectException
public class ConnectException
A ConnectException
is thrown if a connection is refused to the
remote server for a remote method call.
Constructor Summary | |
---|---|
ConnectException()
Construct a new ConnectException |
|
ConnectException(java.lang.String detail)
Construct a new ConnectException with no target exception |
|
ConnectException(java.lang.String detail,
java.lang.Throwable target)
Construct a new ConnectException with a detail message and
target exception |
|
ConnectException(java.lang.Throwable target)
Construct a new ConnectException with a target exception |
Method Summary |
---|
Methods inherited from class org.exolab.jms.net.connector.ResourceException |
---|
getTargetException, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConnectException()
ConnectException
public ConnectException(java.lang.String detail)
ConnectException
with no target exception
detail
- the detail messagepublic ConnectException(java.lang.Throwable target)
ConnectException
with a target exception
target
- the target exceptionpublic ConnectException(java.lang.String detail, java.lang.Throwable target)
ConnectException
with a detail message and
target exception
detail
- the detail messagetarget
- the target exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |