org.omg.dds.core
Class ServiceInitializationException

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

public class ServiceInitializationException
extends java.lang.RuntimeException

Indicates that a DDS implementation could not be initialized due to an error that occurred within that implementation.

See Also:
Serialized Form

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

ServiceInitializationException

public ServiceInitializationException()

ServiceInitializationException

public ServiceInitializationException(java.lang.String message)

ServiceInitializationException

public ServiceInitializationException(java.lang.Throwable cause)

ServiceInitializationException

public ServiceInitializationException(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.