Class ExceptionHandlerImpl.ExceptionRWBase
- java.lang.Object
-
- com.sun.corba.ee.impl.presentation.rmi.ExceptionHandlerImpl.ExceptionRWBase
-
- All Implemented Interfaces:
ExceptionHandlerImpl.ExceptionRW
- Direct Known Subclasses:
ExceptionHandlerImpl.ExceptionRWIDLImpl
,ExceptionHandlerImpl.ExceptionRWRMIImpl
- Enclosing class:
- ExceptionHandlerImpl
public abstract class ExceptionHandlerImpl.ExceptionRWBase extends java.lang.Object implements ExceptionHandlerImpl.ExceptionRW
-
-
Constructor Summary
Constructors Constructor Description ExceptionRWBase(java.lang.Class cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class
getExceptionClass()
java.lang.String
getId()
(package private) void
setId(java.lang.String id)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.corba.ee.impl.presentation.rmi.ExceptionHandlerImpl.ExceptionRW
read, write
-
-
-
-
Method Detail
-
getExceptionClass
public java.lang.Class getExceptionClass()
- Specified by:
getExceptionClass
in interfaceExceptionHandlerImpl.ExceptionRW
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceExceptionHandlerImpl.ExceptionRW
-
setId
void setId(java.lang.String id)
-
-