com.testvagrant.mdb.Exceptions.UnsupportedPlatformException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of optimus-monitor Show documentation
Show all versions of optimus-monitor Show documentation
The Java Client provides access to Optimus cloud for all java based projects.
The newest version!
package com.testvagrant.mdb.Exceptions;
public class UnsupportedPlatformException extends RuntimeException {
public UnsupportedPlatformException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy