Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

BridgeFacadeException.java

Go to the documentation of this file.
00001 
00067 package com.arcle.rmt.j2se.bridge;
00068 import com.arcle.rmt.j2se.util.ExceptionWrapper;
00069 
00076 public class BridgeFacadeException extends ExceptionWrapper {
00077     public BridgeFacadeException(Exception realException) {
00078         super(realException);
00079     }
00080 }

Generated on Fri Jun 18 19:50:51 2004 for Arcle Rambutan by doxygen 1.3.5