View Javadoc

1   package org.lsst.ccs.bus;
2   
3   /**
4    */
5   public class TransportStateException extends RuntimeException{
6       public TransportStateException(String s) {
7           super(s);
8       }
9   }