|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception jegg.impl.DuplicatePortException
Exception response sent when an attempt is made to register a port under a name that already exists in the registry.
Constructor Summary | |
DuplicatePortException()
Constructor. |
|
DuplicatePortException(java.lang.String message)
Constructor. |
|
DuplicatePortException(java.lang.String message,
java.lang.Throwable throwable)
Constructor. |
|
DuplicatePortException(java.lang.Throwable throwable)
Constructor. |
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 DuplicatePortException()
public DuplicatePortException(java.lang.String message)
message
- an explanation of the error.public DuplicatePortException(java.lang.Throwable throwable)
throwable
- a nested exceptionpublic DuplicatePortException(java.lang.String message, java.lang.Throwable throwable)
message
- an explanation of the error.throwable
- a nested exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |