Class ResourceMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.wsspi.kernel.service.location.ResourceMismatchException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionResourceMismatchException
(String path, WsResource.Type expected, WsResource.Type found) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceMismatchException
- Parameters:
message
-
-
-
Method Details
-
getPath
- Returns:
- the path
-
getExpected
- Returns:
- the expected
-
getFound
- Returns:
- the found
-