com.ibm.wsspi.kernel.service.location
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:
Constructor Summary
Constructor and Description |
---|
ResourceMismatchException(java.lang.String path,WsResource.Type expected,WsResource.Type found)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getExpected()
|
|
getFound()
|
|
|
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
ResourceMismatchException
- public ResourceMismatchException( java.lang.String path,
- WsResource.Type expected,
- WsResource.Type found)
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