public class MuxPhysicalConnectionException extends MuxException
| Constructor and Description |
|---|
MuxPhysicalConnectionException(MuxDropChannel.Reason code,
String phrase) |
MuxPhysicalConnectionException(MuxDropChannel.Reason code,
String phrase,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
MuxDropChannel |
getMuxDropChannel() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MuxPhysicalConnectionException(MuxDropChannel.Reason code, String phrase)
public MuxPhysicalConnectionException(MuxDropChannel.Reason code, String phrase, Throwable t)
public MuxDropChannel getMuxDropChannel()
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.