Package org.wildfly.iiop.openjdk.rmi
Class RMIIIOPNotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wildfly.iiop.openjdk.rmi.RMIIIOPViolationException
-
- org.wildfly.iiop.openjdk.rmi.RMIIIOPNotImplementedException
-
- All Implemented Interfaces:
Serializable
public class RMIIIOPNotImplementedException extends RMIIIOPViolationException
Exception denoting a part of RMI/IIOP not yet implemented here.- Author:
- Ole Husgaard
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RMIIIOPNotImplementedException(String msg)
-
Method Summary
-
Methods inherited from class org.wildfly.iiop.openjdk.rmi.RMIIIOPViolationException
getSection
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RMIIIOPNotImplementedException
public RMIIIOPNotImplementedException(String msg)
-
-