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