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 SummaryConstructorsConstructorDescriptionResourceMismatchException(String path, WsResource.Type expected, WsResource.Type found) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, 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
 
 
-