ALBPM Process API (PAPI)

fuego.papi
Class CommunicationException

java.lang.Object
  extended byDefaultException
      extended byfuego.papi.OperationException
          extended byfuego.papi.CommunicationException
Direct Known Subclasses:
DirectoryServiceNotAvailableException, MalformedURLException, ProtocolNotSupportedException

public class CommunicationException
extends OperationException

Thrown when any PAPI method can not communicate with the Directory.

See Also:
ProcessService, ProcessServiceNESession, ProcessServiceSession, Serialized Form

Constructor Summary
CommunicationException()
          Creates a new CommunicationException object.
CommunicationException(Throwable cause)
          Creates a new CommunicationException object.
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationException

public CommunicationException()
Creates a new CommunicationException object.


CommunicationException

public CommunicationException(Throwable cause)
Creates a new CommunicationException object.

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

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved