![JAR search and dependency download from the Maven repository](/logo.png)
com.quartzdesk.api.agent.log.LoggingInterceptorWrapperException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quartzdesk-api Show documentation
Show all versions of quartzdesk-api Show documentation
QuartzDesk Public API library required for QuartzDesk Standard and Enterprise edition installations. This library must be placed on the classpath of the Quartz scheduler based application that is managed by QuartzDesk. It is important that this library is loaded by the same classloader that loads the Quartz scheduler API used by the application.
The newest version!
/*
* Copyright (c) 2013-2024 QuartzDesk.com. All Rights Reserved.
* QuartzDesk.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package com.quartzdesk.api.agent.log;
/**
* @version $Id:$
*/
public class LoggingInterceptorWrapperException
extends Exception
{
public LoggingInterceptorWrapperException( String message )
{
super( message );
}
public LoggingInterceptorWrapperException( String message, Throwable cause )
{
super( message, cause );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy