org.jboss.iiop.rmi
Class RMIIIOPValueNotSerializableException

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

public class RMIIIOPValueNotSerializableException
extends RMIIIOPViolationException (src)

Exception denoting an RMI/IIOP subset violation.

See Also:
Serialized Form

Constructor Summary
RMIIIOPValueNotSerializableException(java.lang.String msg)
           
RMIIIOPValueNotSerializableException(java.lang.String msg, java.lang.String section)
           
 
Methods inherited from class org.jboss.iiop.rmi.RMIIIOPViolationException (src)
getSection
 
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

RMIIIOPValueNotSerializableException

public RMIIIOPValueNotSerializableException(java.lang.String msg)

RMIIIOPValueNotSerializableException

public RMIIIOPValueNotSerializableException(java.lang.String msg,
                                            java.lang.String section)