Package org.ejbca.core.model.hardtoken

Examples of org.ejbca.core.model.hardtoken.HardTokenProfileExistsException


                    LogConstants.EVENT_INFO_HARDTOKENPROFILEDATA, msg);
        } else {
            String msg = intres.getLocalizedMessage("hardtoken.erroraddprofile", name);
            logSession.log(admin, admin.getCaId(), LogConstants.MODULE_HARDTOKEN, new java.util.Date(), null, null,
                    LogConstants.EVENT_ERROR_HARDTOKENPROFILEDATA, msg);
            throw new HardTokenProfileExistsException();
        }
        log.trace("<addHardTokenProfile()");
    }
View Full Code Here


                    LogConstants.EVENT_INFO_HARDTOKENPROFILEDATA, msg);
        } else {
            String msg = intres.getLocalizedMessage("hardtoken.errorrenameprofile", oldname, newname);
            logSession.log(admin, admin.getCaId(), LogConstants.MODULE_HARDTOKEN, new java.util.Date(), null, null,
                    LogConstants.EVENT_ERROR_HARDTOKENPROFILEDATA, msg);
            throw new HardTokenProfileExistsException();
        }
        log.trace("<renameHardTokenProfile()");
    }
View Full Code Here

TOP

Related Classes of org.ejbca.core.model.hardtoken.HardTokenProfileExistsException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.