TIBCO FTL®
Properties | List of all members
TIBCO.FTL.FTLException Class Reference

An error occured in FTL. More...

Inheritance diagram for TIBCO.FTL.FTLException:
TIBCO.FTL.FTLAlreadyExistsException TIBCO.FTL.FTLClientShutdownException TIBCO.FTL.FTLEndOfBufferException TIBCO.FTL.FTLFormatUnavailableException TIBCO.FTL.FTLIllegalStateException TIBCO.FTL.FTLInterruptedException TIBCO.FTL.FTLInvalidArgumentException TIBCO.FTL.FTLInvalidConfigException TIBCO.FTL.FTLInvalidFormatException TIBCO.FTL.FTLInvalidTypeException TIBCO.FTL.FTLInvalidValueException TIBCO.FTL.FTLIOException TIBCO.FTL.FTLLimitReachedException TIBCO.FTL.FTLNotFoundException TIBCO.FTL.FTLNotInitializedException TIBCO.FTL.FTLNotPermittedException TIBCO.FTL.FTLNotSupportedException TIBCO.FTL.FTLNullException TIBCO.FTL.FTLOSException TIBCO.FTL.FTLOutOfMemoryException TIBCO.FTL.FTLOutOfRangeException TIBCO.FTL.FTLRealmServerException TIBCO.FTL.FTLResourceUnavailableException TIBCO.FTL.FTLTimeoutException TIBCO.FTL.FTLVersionMismatchException

Properties

override string Message [get]
 The error message that explains the reason for the exception. More...
 

Detailed Description

An error occured in FTL.

This is the root class of all FTL exceptions.

For details about the exception, see the Message property.

Programmers can expect all public methods of FTL interfaces to throw either FTLException, or a more specific subclass.

Common Diagnoses:

Property Documentation

override string TIBCO.FTL.FTLException.Message
get

The error message that explains the reason for the exception.