All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kz.greetgo.security.errors.SerializedClassChanged Maven / Gradle / Ivy

The newest version!
package kz.greetgo.security.errors;

public class SerializedClassChanged extends RuntimeException {
  public SerializedClassChanged(Exception e) {
    super(e.getMessage(), e);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy