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 Summary
Constructors Constructor Description ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WsResource.Type
getExpected()
WsResource.Type
getFound()
java.lang.String
getPath()
-
-
-
Constructor Detail
-
ResourceMismatchException
public ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found)
- Parameters:
message
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
- Returns:
- the path
-
getExpected
public WsResource.Type getExpected()
- Returns:
- the expected
-
getFound
public WsResource.Type getFound()
- Returns:
- the found
-
-