com.bea.wli.config.component
Class UpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static long serialVersionUID
           
 
Constructor Summary
UpdateException()
           
UpdateException(String message)
           
UpdateException(String message, Throwable cause)
           
UpdateException(Throwable cause)
           
 
Method Summary
 
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

UpdateException

public UpdateException()

UpdateException

public UpdateException(String message)

UpdateException

public UpdateException(String message,
                       Throwable cause)

UpdateException

public UpdateException(Throwable cause)