Package 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
Thrown when deletion of a resource, folder or project fails due to
a reason other than validation constraints.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteException
(String message) DeleteException
(String message, Throwable cause) DeleteException
(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
-
DeleteException
public DeleteException() -
DeleteException
-
DeleteException
-
DeleteException
-