Package | Description |
---|---|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Method and Description |
---|---|
IllegalTransactionStateException.Reason |
IllegalTransactionStateException.getReason()
Returns the reason of this exception
|
static IllegalTransactionStateException.Reason |
IllegalTransactionStateException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IllegalTransactionStateException.Reason[] |
IllegalTransactionStateException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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. |
Copyright © 2018. All Rights Reserved.