public class TooManyHopsException extends SipException
m_Cause
Constructor and Description |
---|
TooManyHopsException()
Constructs a new
TooManyHopsException |
TooManyHopsException(String message)
Constructs a new
TooManyHopsException with
the specified error message. |
TooManyHopsException(String message,
Throwable cause)
Constructs a new
TooManyHopsException 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 TooManyHopsException()
TooManyHopsException
public TooManyHopsException(String message)
TooManyHopsException
with
the specified error message.message
- the detail of the error messagepublic TooManyHopsException(String message, Throwable cause)
TooManyHopsException
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.