1 package com.nexes.wizard; 2 3 4 public class WizardPanelNotFoundException extends RuntimeException { 5 6 public WizardPanelNotFoundException() { 7 super(); 8 } 9 10 11 }