
com.chain.sequence.exception.BadURLException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sequence-sdk Show documentation
Show all versions of sequence-sdk Show documentation
The Official Java SDK for Chain Core Developer Edition
The newest version!
package com.chain.sequence.exception;
/**
* BadURLException is thrown when a malformed URL is provided.
*/
public class BadURLException extends ChainException {
public BadURLException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy