Package com.bea.wli.config.component
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.wli.config.component.ValidationException
com.bea.wli.config.component.NotFoundException
- All Implemented Interfaces:
Serializable
Thrown when an operation (such as update, or delete) expects a project, folder or
resource to exist, but indeed does not exist.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(Ref ref) NotFoundException(Ref ref, Throwable cause) NotFoundException(String msg) NotFoundException(String msg, Throwable cause) -
Method Summary
Methods inherited from class com.bea.wli.config.component.ValidationException
getDiagnostics, getRefMethods 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
-
NotFoundException
-
NotFoundException
-
NotFoundException
- Parameters:
cause-
-
NotFoundException
- Parameters:
msg-
-