1 18 package org.apache.activemq; 19 20 import javax.jms.IllegalStateException ; 21 22 28 public class NotStartedException extends IllegalStateException { 29 30 private static final long serialVersionUID = -4907909323529887659L; 31 32 public NotStartedException() { 33 super("IllegalState: This service has not yet been started", "AMQ-1003"); 34 } 35 } 36 | Popular Tags |