Class ResourceMismatchException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.ibm.wsspi.kernel.service.location.ResourceMismatchException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ResourceMismatchException extends java.lang.RuntimeException- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WsResource.TypegetExpected()WsResource.TypegetFound()java.lang.StringgetPath()
 
- 
- 
- 
Constructor Detail- 
ResourceMismatchExceptionpublic ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found)- Parameters:
- message-
 
 
- 
 - 
Method Detail- 
getPathpublic java.lang.String getPath() - Returns:
- the path
 
 - 
getExpectedpublic WsResource.Type getExpected() - Returns:
- the expected
 
 - 
getFoundpublic WsResource.Type getFound() - Returns:
- the found
 
 
- 
 
-