We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e2555 commit f367752Copy full SHA for f367752
core/src/main/java/cloud/stackit/sdk/core/exception/AuthenticationException.java
@@ -5,7 +5,7 @@
5
* and validation failures.
6
*/
7
public class AuthenticationException extends RuntimeException {
8
- private static final long serialVersionUID = 1L;
+ private static final long serialVersionUID = -7728708330906023941L;
9
10
/**
11
* Constructs a new AuthenticationException with the specified detail message.
core/src/main/java/cloud/stackit/sdk/core/exception/SdkException.java
* SDK-related failures.
public class SdkException extends RuntimeException {
+ private static final long serialVersionUID = 4349442434992445252L;
* Constructs a new SdkException with the specified detail message.
0 commit comments