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

se.laz.casual.event.CasualServiceCallEventHandlerInterruptedException Maven / Gradle / Ivy

/*
 * Copyright (c) 2024, The casual project. All rights reserved.
 *
 * This software is licensed under the MIT license, https://opensource.org/licenses/MIT
 */
package se.laz.casual.event;

import se.laz.casual.api.CasualRuntimeException;

public class CasualServiceCallEventHandlerInterruptedException extends CasualRuntimeException
{
    private static final long serialVersionUID = 1L;
    public CasualServiceCallEventHandlerInterruptedException(String message)
    {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy