
com.lambdaworks.jni.UnsupportedPlatformException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scrypt Show documentation
Show all versions of scrypt Show documentation
Java implementation of scrypt
// Copyright (C) 2011 - Will Glozer. All rights reserved.
package com.lambdaworks.jni;
/**
* Exception thrown when the current platform cannot be detected.
*
* @author Will Glozer
*/
public class UnsupportedPlatformException extends RuntimeException {
public UnsupportedPlatformException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy