Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-119
Class ScobolSendException
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.
Member Summary
Constructor
ScobolSendException()
Method Constructor (int argument)
Syntax
public ScobolSendException (int errorNum)
Description
A string corresponding to the error number is passed to the parent class (Exception) and 
is then available through a call to toString().
Parameters 
exceptionString
A string that is passed to the parent class (RuntimeException) 
and is then available through a call to toString()
errorNum
The error number that caused the exception to be thrown










