Fix for: "The serializable class does not declare a static final
serialVersionUID field" warning.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
*/
public class CephAlreadyMountedException extends IOException {
+ private static final long serialVersionUID = 1L;
+
/**
* Construct CephAlreadyMountedException.
*/
*/
public class CephFileAlreadyExistsException extends IOException {
+ private static final long serialVersionUID = 1L;
+
/**
* Construct CephFileAlreadyExistsException.
*/
*/
public class CephNotDirectoryException extends IOException {
+ private static final long serialVersionUID = 1L;
+
/**
* Construct CephNotDirectoryException.
*/
*/
public class CephNotMountedException extends IOException {
+ private static final long serialVersionUID = 1L;
+
/**
* Construct CephNotMountedException.
*/
*/
public class CephPoolException extends IOException {
+ private static final long serialVersionUID = 1L;
+
/**
* Construct CephPoolException.
*/