fuego.papi
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.OperationException
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
Methods inherited from class fuego.lang.DefaultException |
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
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
© Copyright 1996/2005 Fuego Inc. All Rights Reserved