|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--weblogic.common.T3Exception
|
+--weblogic.rmi.RemoteException
Class for RemoteExceptions, the general Exception thrown by any remotely invoked method.
All interfaces for Remote objects must throw RemoteException.
| Field Summary | |
java.lang.Throwable |
detail
Deprecated. Throwable nested within the RemoteException. |
| Constructor Summary | |
RemoteException()
Deprecated. Constructs a RemoteException with no message. |
|
RemoteException(java.lang.String s)
Deprecated. Constructs a RemoteException with the specified message. |
|
RemoteException(java.lang.String s,
java.lang.Throwable t)
Deprecated. Constructs a RemoteException with the specified message and nested Throwable object. |
|
| Method Summary | |
java.lang.String |
getMessage()
Deprecated. Returns the message including the message from the nested exception if there is one. |
| Methods inherited from class weblogic.common.T3Exception |
getNested,
getNestedException,
printStackTrace,
printStackTrace,
setNestedException,
superPrintStackTrace,
superPrintStackTrace,
superToString,
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getCause,
getLocalizedMessage,
getStackTrace,
initCause,
printStackTrace,
setStackTrace |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public java.lang.Throwable detail
| Constructor Detail |
public RemoteException()
public RemoteException(java.lang.String s)
s - String message
public RemoteException(java.lang.String s,
java.lang.Throwable t)
s - String messageex - Throwable object nested in this Exception| Method Detail |
public java.lang.String getMessage()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||