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.ClassgetExceptionClass()java.lang.StringgetId()(package private) voidsetId(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:
getExceptionClassin interfaceExceptionHandlerImpl.ExceptionRW
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceExceptionHandlerImpl.ExceptionRW
-
setId
void setId(java.lang.String id)
-
-