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.
-
EDStreamConstructorError()
- Constructs a EDStreamConstructorError with no detail message.
-
EDStreamConstructorError(String)
- Constructs a EDStreamConstructorError with a detail message.
EDStreamConstructorError
public EDStreamConstructorError()
- Constructs a EDStreamConstructorError with no detail message.
EDStreamConstructorError
public EDStreamConstructorError(String s)
- Constructs a EDStreamConstructorError with a detail message.
All Packages Class Hierarchy This Package Previous Next Index