public class PeerUnavailableException extends SipException
m_Cause
Constructor and Description |
---|
PeerUnavailableException()
Constructs a new
PeerUnavailableException . |
PeerUnavailableException(String message)
Constructs a new
PeerUnavailableException with
the specified error message. |
PeerUnavailableException(String message,
Throwable cause)
Constructs a new
PeerUnavailableException with the
specified error message and specialized cause that triggered this error
condition. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PeerUnavailableException()
PeerUnavailableException
.public PeerUnavailableException(String message)
PeerUnavailableException
with
the specified error message.message
- the error message of this Exception.public PeerUnavailableException(String message, Throwable cause)
PeerUnavailableException
with the
specified error message and specialized cause that triggered this error
condition.message
- the detail of the error messagecause
- the specialized cause that triggered this exceptionCopyright © 2015. All Rights Reserved.