public class UscSessionException extends UscException
| Constructor and Description |
|---|
UscSessionException(UscError.ErrorCode errorCode)
Constructs a new UscSessionException
|
| Modifier and Type | Method and Description |
|---|---|
UscError.ErrorCode |
getErrorCode()
Returns the associated error code.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic UscSessionException(UscError.ErrorCode errorCode)
errorCode - the error code that has occurredpublic UscError.ErrorCode getErrorCode()
Copyright © 2019 OpenDaylight. All rights reserved.