org.objectweb.dream.protocol
Class BindException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.objectweb.dream.protocol.BindException
All Implemented Interfaces:
Serializable

public class BindException
extends IOException

Exception thrown when the binding can't be established.

See Also:
Serialized Form

Constructor Summary
BindException()
           
BindException(String message)
           
BindException(String message, ExportIdentifier id)
           
BindException(String message, ExportIdentifier id, Throwable cause)
          Creates an exception caused by another exception.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

BindException

public BindException()
See Also:
Exception.Exception()

BindException

public BindException(String message)
See Also:
Exception.Exception(String)

BindException

public BindException(String message,
                     ExportIdentifier id)
Parameters:
message - a message.
id - the identifier of the export on which the binding can't be done.

BindException

public BindException(String message,
                     ExportIdentifier id,
                     Throwable cause)
Creates an exception caused by another exception.

Parameters:
message - the detail message.
id - the identifier of the export on which the binding can't be done.
cause - a throwable that cause this exception.
See Also:
Exception.Exception(java.lang.String)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
See Also:
Throwable.getMessage()


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.