|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.wsspi.kernel.service.location.ResourceMismatchException
public class ResourceMismatchException
Constructor Summary | |
---|---|
ResourceMismatchException(java.lang.String path,
WsResource.Type expected,
WsResource.Type found)
|
Method Summary | |
---|---|
WsResource.Type |
getExpected()
|
WsResource.Type |
getFound()
|
java.lang.String |
getPath()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found)
message
- Method Detail |
---|
public java.lang.String getPath()
public WsResource.Type getExpected()
public WsResource.Type getFound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |