public class ModeNotSupportedException extends Exception
| Constructor and Description |
|---|
ModeNotSupportedException(ConnectionMode mode)
Creates a new instance of
ModeNotSupportedException without detail message. |
ModeNotSupportedException(String msg)
Constructs an instance of
ModeNotSupportedException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionMode |
getMode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModeNotSupportedException(ConnectionMode mode)
ModeNotSupportedException without detail message.public ModeNotSupportedException(String msg)
ModeNotSupportedException with the specified detail message.msg - the detail message.public ConnectionMode getMode()
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.