public class LocalDebugSdkException extends RuntimeException
Constructor and Description |
---|
LocalDebugSdkException(String message)
Constructs an instance of LocalDebugSdkException with the given message.
|
LocalDebugSdkException(String message,
Exception innerException)
Constructs an instance of LocalDebugSdkException with the given message and innerException.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
To string conversion of local debug sdk exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public LocalDebugSdkException(String message)
message
- String error message.Copyright © 2023. All rights reserved.