/** * $Revision:$ * $Date:$ * * Copyright (C) 2007 Jive Software. All rights reserved. * This software is the proprietary information of Jive Software. Use is subject to license terms. */packageorg.jivesoftware.util;/** * A generic exception for when errors occur in the system. */publicclassInternalServerErrorExceptionextendsRuntimeException{publicInternalServerErrorException(Strings,Exceptione){super(s,e);}}