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

com.mchange.sysadmin.exception.scala Maven / Gradle / Ivy

The newest version!
package com.mchange.sysadmin

class SysadminException( message : String, cause : Throwable = null ) extends Exception(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy