Package org.wildfly.iiop.openjdk.rmi
Class RMIIIOPViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wildfly.iiop.openjdk.rmi.RMIIIOPViolationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RMIIIOPNotImplementedException
public class RMIIIOPViolationException extends Exception
Exception denoting an RMI/IIOP subset violation.- Author:
- Ole Husgaard
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RMIIIOPViolationException(String msg)RMIIIOPViolationException(String msg, String section)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSection()Return the section violated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-