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
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalTransactionStateException(IllegalTransactionStateException.Reason reason)
IllegalTransactionStateException
public 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 © 2016. All Rights Reserved.