Package br.facet.tcc.exception

Examples of br.facet.tcc.exception.ServiceException


    }

    @Override
    public Integer incluirPermissao(Permissao permissao)
            throws ServiceException {
        throw new ServiceException("Metodo não implementado.");
    }
View Full Code Here


        throw new ServiceException("Metodo não implementado.");
    }

    @Override
    public void alterarPermissao(Permissao permissao) throws ServiceException {
        throw new ServiceException("Metodo não implementado.");
    }
View Full Code Here

TOP

Related Classes of br.facet.tcc.exception.ServiceException

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.