Package com.bea.wli.config.component
Class CreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.wli.config.component.CreateException
- All Implemented Interfaces:
Serializable
Thrown when creation of a resource, folder or project fails due to
a reason other than validation constraints.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreateException
(String message) CreateException
(String message, Throwable cause) CreateException
(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
-
CreateException
public CreateException() -
CreateException
-
CreateException
-
CreateException
-