|
BenQ Mobile |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
A RemoteException is the common superclass for a number of
communication-related exceptions that may occur during the execution of a
remote method call. Each method of a remote interface, an interface that
extends java.rmi.Remote, MUST list
RemoteException in its throws clause.
| Field Summary | |
Throwable |
detail
Nested exception to hold wrapped remote exception. |
| Constructor Summary | |
RemoteException()
Constructs a RemoteException with no specified
detail message. |
|
RemoteException(String s)
Constructs a RemoteException with the specified
detail message. |
|
RemoteException(String s,
Throwable ex)
Constructs a RemoteException with the specified
detail message and nested exception. |
|
| Method Summary | |
String |
getMessage()
Returns the detail message, including the message from the nested exception if there is one. |
| Methods inherited from class java.lang.Throwable |
printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public Throwable detail
| Constructor Detail |
public RemoteException()
RemoteException with no specified
detail message.
public RemoteException(String s)
RemoteException with the specified
detail message.
s - the detail message
public RemoteException(String s,
Throwable ex)
RemoteException with the specified
detail message and nested exception.
s - the detail messageex - the nested exception| Method Detail |
public String getMessage()
getMessage in class Throwable
|
BenQ Mobile |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner. All Rights Reserved. BenQ Corp. is a trademark licensee of Siemens AG. | For further information about Mobility Toolkit (MTK) visit our Developer Portal. |