com.webobjects.eoaccess
Class EOObjectNotAvailableException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.webobjects.eoaccess.EOObjectNotAvailableException
- All Implemented Interfaces: 
 - Serializable
 
- public class EOObjectNotAvailableException
- extends RuntimeException
  
A subclass of RuntimeException thrown when EOAccess fails to 
 retrieve an object, typically in response to a failed or empty 
 fetch.
- See Also:
 - Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
EOObjectNotAvailableException
public EOObjectNotAvailableException(String message)
- Constructs and returns an EOObjectNotAvailableException object
 with the specified detail 
message.
 - Parameters:
 message - A detailed message about the exception.
Copyright © 2003 Apple Computer, Inc.