com.programix.da2.exception
Class NotYetAvailableDAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.programix.da2.exception.DAException
com.programix.da2.exception.NotYetAvailableDAException
- All Implemented Interfaces:
- Serializable
public class NotYetAvailableDAException
- extends DAException
This kind of DAException is used to signal that something
is not yet available or ready. This resource is still possibly
going to be ready at time future time.
This exception can be thrown to indicate that a method does not yet
have the ability to determine an answer—but may be able to determine
an answer in the future.
This exception can also be thrown to indicate that a DA is not yet
available but may become available in the future.
- 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 |
NotYetAvailableDAException
public NotYetAvailableDAException()
NotYetAvailableDAException
public NotYetAvailableDAException(String message,
Throwable cause)
NotYetAvailableDAException
public NotYetAvailableDAException(String message)
NotYetAvailableDAException
public NotYetAvailableDAException(Throwable cause)
NotYetAvailableDAException
public NotYetAvailableDAException(Class<? extends GenericDA> daInterfaceType)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.