com.programix.da2.exception
Class CommunicationDAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.programix.da2.exception.DAException
com.programix.da2.exception.CommunicationDAException
- All Implemented Interfaces:
- Serializable
public class CommunicationDAException
- extends DAException
This kind of DAException is thrown to indicate that there
was a communication problem while trying to process the request.
This should be used in scenarios where the situation might improve
(for example, when the network is back up).
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommunicationDAException
public CommunicationDAException()
CommunicationDAException
public CommunicationDAException(String message,
Throwable cause)
CommunicationDAException
public CommunicationDAException(String message)
CommunicationDAException
public CommunicationDAException(Throwable cause)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.