jpl.mipl.tlm.corba
Class BadServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jpl.mipl.tlm.corba.BadServiceException
All Implemented Interfaces:
Serializable

public class BadServiceException
extends Exception

Indicates that a service could not be found or could not be contacted.

Version:
Author:
mpb
See Also:
Serialized Form

Constructor Summary
BadServiceException(String service, String problem, Exception source)
          Creates new BadServiceException with the message that the specified service had the specified problem
 
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

BadServiceException

public BadServiceException(String service,
                           String problem,
                           Exception source)
Creates new BadServiceException with the message that the specified service had the specified problem