org.omg.dds.core
Class ServiceConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.omg.dds.core.ServiceConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ServiceConfigurationException
extends java.lang.RuntimeException

Indicates that a DDS implementation could not be loaded because the either the request to do so or the runtime environment is not correctly configured.

See Also:
Serialized Form

Constructor Summary
ServiceConfigurationException()
           
ServiceConfigurationException(java.lang.String message)
           
ServiceConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
ServiceConfigurationException(java.lang.Throwable cause)
           
 
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

ServiceConfigurationException

public ServiceConfigurationException()

ServiceConfigurationException

public ServiceConfigurationException(java.lang.String message)

ServiceConfigurationException

public ServiceConfigurationException(java.lang.Throwable cause)

ServiceConfigurationException

public ServiceConfigurationException(java.lang.String message,
                                     java.lang.Throwable cause)


Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.