|
|||||||||
| 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.iids.aos.kernel.exception.KernelException
org.iids.aos.kernel.exception.UnknownEndpointDescrException
public class UnknownEndpointDescrException
Thrown when an unknown endpoint descriptor / listen port (i.e. not created with createListenEndpoint()) is passed to the accept() primitive.
| Constructor Summary | |
|---|---|
UnknownEndpointDescrException()
Creates a new instance of UnknownEndpointDescrException without detail message. |
|
UnknownEndpointDescrException(java.lang.String msg)
Constructs an instance of UnknownEndpointDescrException with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class org.iids.aos.kernel.exception.KernelException |
|---|
string2object, sunJavaException2kernelException |
| 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 |
|---|
public UnknownEndpointDescrException()
UnknownEndpointDescrException without detail message.
public UnknownEndpointDescrException(java.lang.String msg)
UnknownEndpointDescrException with the specified detail message.
msg - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||