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

com.emc.mongoose.common.exception.OmgLookAtMyConsoleException Maven / Gradle / Ivy

The newest version!
package com.emc.mongoose.common.exception;

/**
 Created by kurila on 14.07.16.
 */
public class OmgLookAtMyConsoleException
extends DanShootHisFootException {

	public OmgLookAtMyConsoleException(final Throwable cause) {
		super(cause);
	}

	public OmgLookAtMyConsoleException(final String msg) {
		super(msg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy