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