- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 350 for Exceptions (0.06 sec)
-
SystemHelper.java
og4j.Logger; L61:import org.apache.logging.log4j.core.config.Configurator; L62:import org.codelibs.core.exception.IORuntimeException; L63:import org.codelibs.core.lang.StringUtil; L64:import org.codelibs.core.lang.ThreadUtil; L65:import org.codelibs.core.misc.Pair; L66:import org.codelibs.fess.Constants; L67:import org.codelibs.fess.crawler.util.CharUtil; L68:import org.codelibs.fess.exception.FessSystemException; L69:import org.codelibs.fess.mylasta.action.FessMessages; L70:import org.codelibs....github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
CommandChain.java
nager; L31:import org.apache.logging.log4j.Logger; L32:import org.codelibs.core.exception.InterruptedRuntimeException; L33:import org.codelibs.core.lang.StringUtil; L34:import org.codelibs.core.lang.ThreadUtil; L35:import org.codelibs.fess.crawler.Constants; L36:import org.codelibs.fess.crawler.exception.CrawlerSystemException; L37:import org.codelibs.fess.es.user.exentity.User; L38:import org.codelibs.fess.exception.CommandExecutionException; L39: L40:public class CommandChain implements AuthenticationChain...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.3K bytes -
LdapConfigurationException.java
"AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.exception; L17: L18:public class LdapConfigurationException extends FessSystemException { L19: L20: private static final long serialVersionUID = 1L; L21: L22: public LdapConfigurationException(final String message) { L23: super(message); L24:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 878 bytes -
ResultOffsetExceededException.java
"AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.exception; L17: L18:public class ResultOffsetExceededException extends FessSystemException { L19: private static final long serialVersionUID = 1L; L20: L21: public ResultOffsetExceededException(final String message) { L22: super(message); L23:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 884 bytes -
GsaConfigException.java
"AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.exception; L17: L18:public class GsaConfigException extends FessSystemException { L19: L20: private static final long serialVersionUID = 1L; L21: L22: public GsaConfigException(final String message, final Throwable cause) { L23: super(message,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 978 bytes -
SearchEngineClientException.java
CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.client; L17: L18:import org.codelibs.fess.exception.FessSystemException; L19: L20:public class SearchEngineClientException extends FessSystemException { L21: L22: private static final long serialVersionUID = 1L; L23: L24: public SearchEngineClientException(final String message, final Throwable...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1K bytes -
FessSystemException.java
"AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.exception; L17: L18:public class FessSystemException extends RuntimeException { L19: L20: private static final long serialVersionUID = 1L; L21: L22: public FessSystemException(final String message, final Throwable cause) { L23: super(message,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
InvalidQueryException.java
"AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.exception; L17: L18:import org.codelibs.fess.mylasta.action.FessMessages; L19:import org.lastaflute.web.validation.VaMessenger; L20: L21:public class InvalidQueryException extends FessSystemException { L22: L23: private static final long serialVersionUID...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.4K bytes -
SsoMessageException.java
"AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.exception; L17: L18:import org.codelibs.fess.mylasta.action.FessMessages; L19:import org.lastaflute.web.validation.VaMessenger; L20: L21:public class SsoMessageException extends FessSystemException { L22: L23: private static final long serialVersionUID...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.4K bytes -
FessApiAdminAction.java
License. L15: */ L16:package org.codelibs.fess.app.web.api.admin; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.codelibs.fess.app.web.api.FessApiAction; L21:import org.codelibs.fess.exception.InvalidAccessTokenException; L22: L23:public abstract class FessApiAdminAction extends FessApiAction { L24: L25: private static final Logger logger = LogManager.getLogger(FessApiAdminAction.class); L26: L27: @Override L28: protected boolean...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.4K bytes