org.eclipse.ecf.osgi.services.remoteserviceadmin
Class SelectContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.SelectContainerException
All Implemented Interfaces:
java.io.Serializable

public class SelectContainerException
extends java.lang.Exception

Since:
2.0
See Also:
Serialized Form

Constructor Summary
SelectContainerException(java.lang.String message, java.lang.Throwable cause, ContainerTypeDescription containerTypeDescription)
           
 
Method Summary
 ContainerTypeDescription getContainerTypeDescription()
           
 
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

SelectContainerException

public SelectContainerException(java.lang.String message,
                                java.lang.Throwable cause,
                                ContainerTypeDescription containerTypeDescription)
Method Detail

getContainerTypeDescription

public ContainerTypeDescription getContainerTypeDescription()