com.ibm.wsspi.kernel.service.location

Class ResourceMismatchException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.lang.RuntimeException
  5. extended bycom.ibm.wsspi.kernel.service.location.ResourceMismatchException
All implemented interfaces:
java.io.Serializable

  1. public class ResourceMismatchException
  2. extends java.lang.RuntimeException
See Also:
Serialized Form

Constructor Summary

Constructor and Description
ResourceMismatchException(java.lang.String path,WsResource.Type expected,WsResource.Type found)

Method Summary

Modifier and Type Method and Description
  1. WsResource.Type
getExpected()
  1. WsResource.Type
getFound()
  1. 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

ResourceMismatchException

  1. public ResourceMismatchException( java.lang.String path,
  2. WsResource.Type expected,
  3. WsResource.Type found)

Method Detail

getPath

  1. public java.lang.String getPath( )
Returns:
the path

getExpected

  1. public WsResource.Type getExpected( )
Returns:
the expected

getFound

  1. public WsResource.Type getFound( )
Returns:
the found