com.ibm.wsspi.kernel.service.location
Class ResourceMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
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

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