Constructor
new PermanentError(message)
Parameters:
Name | Type | Description |
---|---|---|
message |
String | The error message. |
- Source:
Error raised for an operation which would not be expected to succeed even if the operation were retried.
Name | Type | Description |
---|---|---|
message |
String | The error message. |