com.bea.wli.config.component
Class NotFoundException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.wli.config.component.ValidationException
              
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
 
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
 - Constant Field Values
 
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 -