Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


com.bea.wli.config.component
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.config.component.ValidationException
              extended by com.bea.wli.config.component.NotFoundException

All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends ValidationException

Thrown when an operation (such as update, or delete) expects a project, folder or resource to exist, but indeed does not exist.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           

 

Constructor Summary
NotFoundException(Ref ref)
           
NotFoundException(Ref ref, java.lang.Throwable cause)
           
NotFoundException(java.lang.String msg)
           
NotFoundException(java.lang.String msg, java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class com.bea.wli.config.component.ValidationException
getDiagnostics, getRef

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

Constructor Detail

NotFoundException

public NotFoundException(Ref ref)

NotFoundException

public NotFoundException(Ref ref,
                         java.lang.Throwable cause)

NotFoundException

public NotFoundException(java.lang.String msg,
                         java.lang.Throwable cause)
Parameters:
cause -

NotFoundException

public NotFoundException(java.lang.String msg)
Parameters:
msg -

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


Copyright © 2008, 2010, Oracle. All rights reserved.