WebObjects 5.2.3

com.webobjects.eoaccess
Class EOObjectNotAvailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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

Constructor Summary
EOObjectNotAvailableException(String message)
          Constructs and returns an EOObjectNotAvailableException object with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOObjectNotAvailableException

public EOObjectNotAvailableException(String message)
Constructs and returns an EOObjectNotAvailableException object with the specified detail message.

Parameters:
message - A detailed message about the exception.

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.