com.beasys.rmi.iiop
Class RMIException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--com.beasys.rmi.iiop.RMIException

public final class RMIException
extends org.omg.CORBA.UserException
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 byte[] data
           
 
Constructor Summary
RMIException()
           
RMIException(byte[] __data)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

data

public byte[] data
Constructor Detail

RMIException

public RMIException()

RMIException

public RMIException(byte[] __data)