|
||||||||||
| 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.wrapper.ControllerException
public class ControllerException
This exception class is thrown when an operation fails on any
of the agent controller methods.
NOT available in MIDP
| Constructor Summary | |
|---|---|
ControllerException()
Creates a new exception object, with a default detail message. |
|
ControllerException(java.lang.String message)
Creates a new exception object, with a given detail message. |
|
ControllerException(java.lang.Throwable aThrowable)
Creates a new exception object, extracting message from another throwable. |
|
| Method Summary |
|---|
| 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 ControllerException()
public ControllerException(java.lang.String message)
message - The detail message for the new exception object.public ControllerException(java.lang.Throwable aThrowable)
aThrowable - The original exception or error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||