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

Class COM.ibm.jaws.services.filepobc.EDStreamConstructorError

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

public class EDStreamConstructorError
extends EDStreamFormatError
Signal that a FilepoEDStream constructor parameter was incorrect.

Constructor Index

 o EDStreamConstructorError()
Constructs a EDStreamConstructorError with no detail message.
 o EDStreamConstructorError(String)
Constructs a EDStreamConstructorError with a detail message.

Constructors

 o EDStreamConstructorError
  public EDStreamConstructorError()
Constructs a EDStreamConstructorError with no detail message.
 o EDStreamConstructorError
  public EDStreamConstructorError(String s)
Constructs a EDStreamConstructorError with a detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index