org.objectweb.dream.protocol
Class BindException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
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)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable.getMessage()
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.