All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.quartzdesk.api.agent.log.LoggingInterceptorWrapperException Maven / Gradle / Ivy

Go to download

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