summaryrefslogblamecommitdiffstats
path: root/src/main/java/org/openslx/util/vm/UnsupportedVirtualizerFormatException.java
blob: 8327e9e0ef6dab24b57b45f2c36cb3e20e3668c9 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                      
package org.openslx.util.vm;

@SuppressWarnings( "serial" )
public class UnsupportedVirtualizerFormatException extends Exception
{
	public UnsupportedVirtualizerFormatException(String message) {
		super(message);
	}
}