public class IllegalTransactionStateException extends SipException
| Modifier and Type | Class and Description |
|---|---|
static class |
IllegalTransactionStateException.Reason |
m_Cause| Constructor and Description |
|---|
IllegalTransactionStateException(IllegalTransactionStateException.Reason reason)
Constructs a new
IllegalTransactionStateException |
IllegalTransactionStateException(String message,
IllegalTransactionStateException.Reason reason)
Constructs a new
IllegalTransactionStateException with the specified error
message. |
IllegalTransactionStateException(String message,
Throwable cause,
IllegalTransactionStateException.Reason reason)
Constructs a new
IllegalTransactionStateException with the specified error
message and specialized cause that triggered this error condition. |
| Modifier and Type | Method and Description |
|---|---|
IllegalTransactionStateException.Reason |
getReason()
Returns the reason of this exception
|
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalTransactionStateException(IllegalTransactionStateException.Reason reason)
IllegalTransactionStateExceptionpublic IllegalTransactionStateException(String message, IllegalTransactionStateException.Reason reason)
IllegalTransactionStateException with the specified error
message.message - the error message of this Exception.public IllegalTransactionStateException(String message, Throwable cause, IllegalTransactionStateException.Reason reason)
IllegalTransactionStateException 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 exceptionpublic IllegalTransactionStateException.Reason getReason()
Copyright © 2014. All Rights Reserved.