com.arjuna.wsc.InvalidCreateParametersException Maven / Gradle / Ivy
The newest version!
/*
Copyright The Narayana Authors
SPDX-License-Identifier: Apache-2.0
*/
package com.arjuna.wsc;
public class InvalidCreateParametersException extends Exception
{
public InvalidCreateParametersException()
{
}
public InvalidCreateParametersException(String message)
{
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy