Package com.bea.wli.config.component
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.wli.config.component.ValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlreadyExistsException
,InvalidAttributeValueException
,NotFoundException
Thrown when a configuration operation cannot be performed on a resource,
folder or project due to non-existing data, or other constraints
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationException
(Ref ref, String msg, Throwable cause) ValidationException
(Diagnostics diags) ValidationException
(String msg, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetRef()
Returns the reference for the component which this exception relates toMethods 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
-
ValidationException
-
ValidationException
-
ValidationException
-
-
Method Details
-
getRef
Returns the reference for the component which this exception relates to -
getDiagnostics
-