public class BindException
extends org.objectweb.jonathan.apis.kernel.JonathanException
Constructor and Description |
---|
BindException()
Constructs a new BindException with no detail message.
|
BindException(Exception exception)
Builds a BindException that wraps another exception.
|
BindException(String s)
Builds a BindException with a detail message.
|
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public BindException()
public BindException(String s)
public BindException(Exception exception)