|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jade.util.WrapperException
jade.core.UnreachableException
public class UnreachableException
This exception is thrown when some agent container cannot be contacted.
| Constructor Summary | |
|---|---|
UnreachableException(java.lang.String msg)
Construct an UnreachableException with the given message. |
|
UnreachableException(java.lang.String msg,
java.lang.Throwable t)
Construct an UnreachableException with the given
message and exception cause. |
|
| Method Summary |
|---|
| Methods inherited from class jade.util.WrapperException |
|---|
getMessage, getNested, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnreachableException(java.lang.String msg)
UnreachableException with the given message.
msg - The exception message.
public UnreachableException(java.lang.String msg,
java.lang.Throwable t)
UnreachableException with the given
message and exception cause.
msg - The exception message.t - The Throwable tht caused this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||