Previous Topic Next topic Print topic


Class CICSException

Used for all generic exceptions from the server.

java.lang.Object

extended byjava.lang.Throwable

extended byjava.lang.Exception

extended bycom.microfocus.cics.client.CICSException

All Implemented Interfaces

Serializable

Class Specifications

public class CICSException

See Also:

Serialized Form

Constructor Summary

CICSException()

Construct a CICSException

CICSException(Exception exception)

Construct a CICSException

CICSException(String message)

Construct a CICSException

Constructor Detail

CICSException
public CICSException()

Construct a CICSException

CICSException
CICSException(Exception exception)

Construct a CICSException

Parameters:
exception
See Also:
Exception
CICSException
CICSException(String message)

Construct a CICSException

Parameters:
message
Previous Topic Next topic Print topic