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

com.coherentlogic.cmr.api.exceptions.GenericCMRRuntimeException.scala Maven / Gradle / Ivy

The newest version!
package com.coherentlogic.cmr.api.exceptions

import org.springframework.core.NestedRuntimeException

class GenericCMRRuntimeException(msg:String, cause:Throwable) extends NestedRuntimeException (msg, cause) {

//    def this (msg : String) {
//        super(msg);
//    }
//
//    GenericCMRRuntimeException(String msg, Throwable cause) {
//        super(msg, cause);
//    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy