org.tm4j.net
Class LocatorResolutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tm4j.net.LocatorResolutionException
All Implemented Interfaces:
java.io.Serializable

public class LocatorResolutionException
extends java.lang.Exception

Indicates that an attempt to resolve a locator failed.

Since:
0.6.0
See Also:
Serialized Form

Constructor Summary
LocatorResolutionException()
          Constructs a new locator resolution exception without a detail message.
LocatorResolutionException(java.lang.String msg)
          Constructs a new locator resolution exception exception with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocatorResolutionException

public LocatorResolutionException()
Constructs a new locator resolution exception without a detail message.


LocatorResolutionException

public LocatorResolutionException(java.lang.String msg)
Constructs a new locator resolution exception exception with the specified detail message.