All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.util.exception.jdceBahnExceptionHolder

java.lang.Object
   |
   +----jdce.util.exception.jdceBahnExceptionHolder

public final class jdceBahnExceptionHolder
extends Object
implements Streamable

Java Class jdce.util.exception.jdceBahnExceptionHolder
Source File jdce/util/exception/jdceBahnExceptionHolder.java
IDL Absolute Name ::jdce::util::exception::jdceBahnException
Repository Identifier IDL:jdce/util/exception/jdceBahnException:1.0
IDL definition:

exception jdceBahnException {
long type;
};

Variable Index

 o value

Constructor Index

 o jdceBahnExceptionHolder()
 o jdceBahnExceptionHolder(jdceBahnException)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public jdceBahnException value

Constructors

 o jdceBahnExceptionHolder
 public jdceBahnExceptionHolder()
 o jdceBahnExceptionHolder
 public jdceBahnExceptionHolder(jdceBahnException value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index