com.ibm.cp4waiops.connectors.sdk.UnimplementedActionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connectors-sdk Show documentation
Show all versions of connectors-sdk Show documentation
A developer SDK for creating connectors for CP4WAIOps.
package com.ibm.cp4waiops.connectors.sdk;
public class UnimplementedActionException extends ConnectorException {
public UnimplementedActionException() {
super("unimplemented");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy