JMACS

org.jmacs
Class TargetUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jmacs.TargetUnavailableException
All Implemented Interfaces:
Serializable

public class TargetUnavailableException
extends Exception

thrown by IDi.register() if target unavailable.

Version:
$Id: TargetUnavailableException.java 1240 2006-12-12 07:46:13Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
TargetUnavailableException(String hostname, String name)
          creates new instance.
 
Method Summary
 
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

TargetUnavailableException

public TargetUnavailableException(String hostname,
                                  String name)
creates new instance.


JMACS

jmacs.org