Package com.bea.wli.config.component
Class UpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.wli.config.component.UpdateException
- All Implemented Interfaces:
Serializable
Thrown when the update of a resource, folder or project fails due to
a reason other than validation constraints.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUpdateException
(String message) UpdateException
(String message, Throwable cause) UpdateException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UpdateException
public UpdateException() -
UpdateException
-
UpdateException
-
UpdateException
-