Class COM.ibm.jaws.services.filepobc.EDStreamEndBeforeBeginError
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.filepobc.EDStreamEndBeforeBeginError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Error
                   |
                   +----COM.ibm.jaws.mofw.MOFWError
                           |
                           +----COM.ibm.jaws.mofw.EDStreamFormatError
                                   |
                                   +----COM.ibm.jaws.services.filepobc.EDStreamEndBeforeBeginError

public class EDStreamEndBeforeBeginError
extends EDStreamFormatError
Signal that a readEnd occurred before any readBegin or a writeEnd occurred before any writeBegin.

Constructor Index

 o EDStreamEndBeforeBeginError()
Constructs a EDStreamEndBeforeBeginError with no detail message.

Constructors

 o EDStreamEndBeforeBeginError
  public EDStreamEndBeforeBeginError()
Constructs a EDStreamEndBeforeBeginError with no detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index