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:
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, Throwable cause)
           
NotFoundException(String msg)
           
NotFoundException(String msg, 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,
                         Throwable cause)

NotFoundException

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

NotFoundException

public NotFoundException(String msg)
Parameters:
msg -