Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/siemens/mp/NotAllowedException.java


1   /*
2    * NotAllowedException.java
3    *
4    * Created on 25. September 2003, 11:35
5    */
6   
7   package com.siemens.mp;
8   
9   /**
10   *
11   * @author  Markus
12   */
13  public class NotAllowedException extends Exception{
14      
15     
16  }