View Javadoc
1 package com.maxiq.tools.jboss; 2 3 /*** 4 * Exception raised when we know or suspect there is no JBoss or 5 * there is no JBoss running 6 * 7 * @author <a href="mailto:fvancea@maxiq.com">Florin Vancea</a> 8 */ 9 public class JBossNotAvailable extends Exception { 10 11 /*** Constructor with message 12 * @param message The message :) 13 */ 14 public JBossNotAvailable(String message) { 15 super(message); 16 } 17 18 }

This page was automatically generated by Maven