package grith.jgrith.vomsProxy; public class VomsException extends Exception { public VomsException(String message) { super(message); } }