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

com.github.ibole.infrastructure.security.certificate.CertificateManagerException Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.github.ibole.infrastructure.security.certificate;

import com.github.ibole.infrastructure.common.exception.GenericException;

/*********************************************************************************************.
 * 
 * 
 * 

Copyright 2016, iBole Inc. All rights reserved. * *

*********************************************************************************************/ /** * @author bwang ([email protected]) * */ public class CertificateManagerException extends GenericException { /** * */ private static final long serialVersionUID = 1L; public CertificateManagerException(String msg, Throwable ex) { super(msg, ex); } public CertificateManagerException(Throwable ex) { super(ex); } public CertificateManagerException(String msg) { super(msg); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy