com.bea.netuix.application.exception
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.netuix.application.exception.NetuixException
              extended by com.bea.netuix.application.exception.ObjectNotFoundException
All Implemented Interfaces
Serializable

public class ObjectNotFoundException
extends NetuixException

This exception is thrown when an invalid portal object is encountered when performing some action. An example would be trying to delete a Page with an invalid PageDefinitionId.

See Also
Serialized Form

Constructor Summary
ObjectNotFoundException()
          Constructs a ObjectNotFoundException with no specified detail message.
ObjectNotFoundException(String s)
          Constructs a ObjectNotFoundException with the specified detail message.
ObjectNotFoundException(String s, Throwable cause)
          Constructs a ObjectNotFoundException with the specified detail message and causal exception.
ObjectNotFoundException(Throwable cause)
          Constructs a ObjectNotFoundException with the specified causal exception.
 
Method Summary
 
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

ObjectNotFoundException

public ObjectNotFoundException()
Constructs a ObjectNotFoundException with no specified detail message.


ObjectNotFoundException

public ObjectNotFoundException(String s)
Constructs a ObjectNotFoundException with the specified detail message.

Parameters
s - The detail message

ObjectNotFoundException

public ObjectNotFoundException(String s,
                               Throwable cause)
Constructs a ObjectNotFoundException with the specified detail message and causal exception.

Parameters
s - The detail message
cause - The exception that caused this exception to be thrown

ObjectNotFoundException

public ObjectNotFoundException(Throwable cause)
Constructs a ObjectNotFoundException with the specified causal exception.

Parameters
cause - The exception that caused this exception to be thrown


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.