ALBPM Process API

fuego.papi
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.OperationException
                  extended by fuego.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, ProcessServiceSession, Serialized Form

Constructor Summary
CommunicationException()
          Default constructor
CommunicationException(Throwable cause)
          Constructor with the problem that genereated the exception.
 
Method Summary
 
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
 
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

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved