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

com.safelayer.rap.impl.model.NotSupportedException Maven / Gradle / Ivy

Go to download

The PKI Connector RESTAPI is a library that helps developing new PKI Connectors for TrustedX

The newest version!
package com.safelayer.rap.impl.model;

@SuppressWarnings("serial")
public class NotSupportedException extends Exception {

	public NotSupportedException(Object req) {
		super(req.getClass().getName());	
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy