Fuego Process API

fuego.papi
Class CommunicationException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended byfuego.lang.DefaultException

              extended byfuego.papi.OperationException

                  extended byfuego.papi.CommunicationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirectoryServiceNotAvailableException, MalformedURLException, ProtocolNotSupportedException

public class CommunicationException
extends OperationException

Exception thrown by any PAPI method who potentionally communicates with another program, such as the Execution Engine or the Directory.

Most of these methods are available from the both PAPI sessions. Exception thrown when some Directory or other comunication exception is thrown.
Mainly it works like a container of an exception received in papi after some Directory problem or any IOException. It is very important, when catching this Exception to take in account the initCaus, what means, the exception that originate this exception.

See Also:
ProcessService, ProcessServiceNESession, ProcessServiceSession, Serialized Form

Constructor Summary
CommunicationException()
          Default constructor
CommunicationException(Throwable cause)
          Constructor with the problem that genereated the exception.
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class fuego.lang.DefaultException
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, hasTechnicalDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommunicationException


public CommunicationException()
Default constructor


CommunicationException


public CommunicationException(Throwable cause)
Constructor with the problem that genereated the exception.

Parameters:
cause - The problem that generated the exception
See Also:
Throwable

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved