|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.apis.binding.BindException
public class BindException
BindException is a checked exception that indicates that an error occurred when trying to bind an interface.
| Constructor Summary | |
|---|---|
BindException()
Constructs a new BindException with no detail message. |
|
BindException(java.lang.Exception exception)
Builds a BindException that wraps another exception. |
|
BindException(java.lang.String s)
Builds a BindException with a detail message. |
|
| Method Summary |
|---|
| Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
|---|
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BindException()
public BindException(java.lang.String s)
s - a detail message.public BindException(java.lang.Exception exception)
exception - a wrapped exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||