public class ResourceMismatchException
extends java.lang.RuntimeException
Constructor and Description |
---|
ResourceMismatchException(java.lang.String path,
WsResource.Type expected,
WsResource.Type found) |
Modifier and Type | Method and Description |
---|---|
WsResource.Type |
getExpected() |
WsResource.Type |
getFound() |
java.lang.String |
getPath() |
public ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found)
message
- public java.lang.String getPath()
public WsResource.Type getExpected()
public WsResource.Type getFound()