Package com.sun.corba.ee.impl.oa
Class NullServantImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.oa.NullServantImpl
-
- All Implemented Interfaces:
NullServant
public class NullServantImpl extends java.lang.Object implements NullServant
-
-
Field Summary
Fields Modifier and Type Field Description private SystemException
sysex
-
Constructor Summary
Constructors Constructor Description NullServantImpl(SystemException ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemException
getException()
Obtain the exception that is associated with this NullServant instance.
-
-
-
Field Detail
-
sysex
private SystemException sysex
-
-
Constructor Detail
-
NullServantImpl
public NullServantImpl(SystemException ex)
-
-
Method Detail
-
getException
public SystemException getException()
Description copied from interface:NullServant
Obtain the exception that is associated with this NullServant instance.- Specified by:
getException
in interfaceNullServant
- Returns:
- the associated exception
-
-