1042N/A * The contents of this file are subject to the terms of the 1042N/A * Common Development and Distribution License, Version 1.0 only 1042N/A * (the "License"). You may not use this file except in compliance 1042N/A * You can obtain a copy of the license at 1042N/A * See the License for the specific language governing permissions 1042N/A * and limitations under the License. 1042N/A * When distributing Covered Code, include this CDDL HEADER in each 1042N/A * file and include the License file at 1042N/A * add the following below this CDDL HEADER, with the fields enclosed 1042N/A * by brackets "[]" replaced with your own identifying information: 1042N/A * Portions Copyright [yyyy] [name of copyright owner] 3215N/A * Copyright 2006-2008 Sun Microsystems, Inc. 1042N/A * This exception is used to encapsulate all the error that we might have 1042N/A * @see org.opends.quicksetup.installer.Installer 1042N/A * @see org.opends.quicksetup.installer.webstart.WebStartInstaller 1042N/A * @see org.opends.quicksetup.installer.offline.OfflineInstaller 1073N/A * Creates a new ApplicationException of type FILE_SYSTEM_ERROR. 1073N/A * @param msg localized exception message 1073N/A * @return ApplicationException with Type property being FILE_SYSTEM_ERROR 1042N/A * The constructor of the ApplicationException. 1935N/A * the type of error we have. 1935N/A * a localized string describing the problem. 1935N/A * the root cause of this exception. 1042N/A * Returns the Type of this exception. 1042N/A * @return the Type of this exception.