ObjectNotFoundException Class

com.bea.netuix.application.exception
ObjectNotFoundException Class

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.


Hierarchy
Object
  Throwable
    Exception
      NetuixException
        ObjectNotFoundException
All Implemented Interfaces

Serializable

Constructor Summary

ObjectNotFoundException()

Constructs a ObjectNotFoundException with no specified detail message.
ObjectNotFoundException(String s, Throwable cause)

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

Constructs a ObjectNotFoundException with the specified detail message.
ObjectNotFoundException(Throwable cause)

Constructs a ObjectNotFoundException with the specified causal exception.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ObjectNotFoundException

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

ObjectNotFoundException

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

ObjectNotFoundException

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

ObjectNotFoundException

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