Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-127
Class ScobolSendException
Member Summary
Constructor
ScobolException()
Method Constructor (int argument)
Syntax
public ScobolException (int errorNum)
Description
A string corresponding to the error number is passed to the parent class
(RuntimeException) and is then available through a call to toString().
Parameters
Method Constructor (String argument)
Syntax
public ScobolException (String exceptionString)
Parameters
Class ScobolSendException
Package
pathway.its
Syntax
public pathway.its.ScobolSendException extends
java.lang.Exception
Description
This class represents the exception that is thrown when an error is encountered during
a SEND operation to a server class.
errorNum The error number that caused the exception to be thrown
exceptionString A string that is passed to the parent class
(RuntimeException) and is then available through a call to
toString()