com.ibm.wsspi.kernel.service.location

Class ExistingResourceException

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

  1. public class ExistingResourceException
  2. extends java.io.IOException
See Also:
Serialized Form

Constructor Summary

Constructor and Description
ExistingResourceException(java.lang.String source,java.lang.String target)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getSource()
  1. java.lang.String
getTarget()
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

ExistingResourceException

  1. public ExistingResourceException( java.lang.String source,
  2. java.lang.String target)

Method Detail

getSource

  1. public java.lang.String getSource( )
Returns:
the source

getTarget

  1. public java.lang.String getTarget( )
Returns:
the target