com.bea.wli.config.component
Class UpdateException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.bea.wli.config.component.UpdateException
com.bea.wli.config.component.UpdateException
- All Implemented Interfaces: 
- Serializable
- public class UpdateException 
- extends Exception
Thrown when the update 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
UpdateException
public UpdateException()
UpdateException
public UpdateException(String message)
UpdateException
public UpdateException(String message,
                       Throwable cause)
UpdateException
public UpdateException(Throwable cause)