com.bea.wli.config.component
Class DeleteException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.wli.config.component.DeleteException
- All Implemented Interfaces: 
 - Serializable
 
public class DeleteException
- extends Exception
 
Thrown when deletion of a resource, folder or project fails due to
 a reason other than validation constraints.
- 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
 
DeleteException
public DeleteException()
DeleteException
public DeleteException(String message)
DeleteException
public DeleteException(String message,
                       Throwable cause)
DeleteException
public DeleteException(Throwable cause)