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

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

public class EndpointDescriptionParseException
extends java.lang.Exception

Exception class to represent endpoint description parse problems when performed by IEndpointDescriptionReader.

See Also:
IEndpointDescriptionReader.readEndpointDescriptions(java.io.InputStream), Serialized Form

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

EndpointDescriptionParseException

public EndpointDescriptionParseException()

EndpointDescriptionParseException

public EndpointDescriptionParseException(java.lang.String message)

EndpointDescriptionParseException

public EndpointDescriptionParseException(java.lang.Throwable cause)

EndpointDescriptionParseException

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