org.jboss.iiop.rmi
Class RMIIIOPViolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.iiop.rmi.RMIIIOPViolationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RMIIIOPNotImplementedException (src) , RMIIIOPValueNotSerializableException (src)

public class RMIIIOPViolationException
extends java.lang.Exception

Exception denoting an RMI/IIOP subset violation.

See Also:
Serialized Form

Constructor Summary
RMIIIOPViolationException(java.lang.String msg)
           
RMIIIOPViolationException(java.lang.String msg, java.lang.String section)
           
 
Method Summary
 java.lang.String getSection()
          Return the section violated.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMIIIOPViolationException

public RMIIIOPViolationException(java.lang.String msg)

RMIIIOPViolationException

public RMIIIOPViolationException(java.lang.String msg,
                                 java.lang.String section)
Method Detail

getSection

public java.lang.String getSection()
Return the section violated.