Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

oracle.sdp.messaging.userprefs
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.management.exception.ASException
              extended by oracle.sdp.messaging.userprefs.UserPrefsException
                  extended by oracle.sdp.messaging.userprefs.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends UserPrefsException

This exception should be thrown when an object that should be present is not found.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.as.management.exception.ASException
ACTION_SUFFIX, CAUSE_SUFFIX
 
Constructor Summary
ObjectNotFoundException(java.lang.String resourceID)
           
ObjectNotFoundException(java.lang.String resourceID, java.lang.String arg1)
           
ObjectNotFoundException(java.lang.String resourceID, java.lang.String arg1, java.lang.Throwable cause)
           
ObjectNotFoundException(java.lang.String resourceID, java.lang.Throwable cause)
           
ObjectNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class oracle.as.management.exception.ASException
addActionToken, addCauseToken, addToken, getActionMessage, getCause, getCauseMessage, getErrorCode, getLocale, getMessage, getMessage, getMessageAndTrace, getMessageID, getPrefix, getResourceLocation, getStackTraceAsString, getStackTraceAsString, getTokens, initCause, isDisplayable, replaceToken, setClassLoader, setDisplayable, setLocale, setResourceLocation, setResourceLocation, setResourceLocation, toException, toException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String resourceID)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String resourceID,
                               java.lang.String arg1)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String resourceID,
                               java.lang.String arg1,
                               java.lang.Throwable cause)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String resourceID,
                               java.lang.Throwable cause)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.Throwable cause)

Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

Copyright © 2010 Oracle and/or its affiliates. All rights reserved.