Skip navigation links 
 
com.bea.wli.config.component
Class NotFoundException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.bea.wli.config.component.ValidationException
com.bea.wli.config.component.ValidationException
               com.bea.wli.config.component.NotFoundException
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
 
  
 
  
 
 
 
| 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 | 
 
 
serialVersionUID
public static final long serialVersionUID
- 
- See Also:
- Constant Field Values
 
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 
 
Copyright © 2008, 2013, Oracle. All rights reserved.