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. |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2014. All Rights Reserved.