org.jacorb.idl
Class NoHelperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jacorb.idl.NoHelperException
All Implemented Interfaces:
java.io.Serializable

public class NoHelperException
extends java.lang.Exception

This Exception will be thrown when there is no Helper class available for a specific CORBA type. It has no methods or fields as it is used only as a kind of marker.

Version:
$Id: NoHelperException.java,v 1.1 2005/10/03 21:15:36 andre.spiegel Exp $
Author:
Thomas Leineweber
See Also:
Serialized Form

Constructor Summary
NoHelperException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoHelperException

public NoHelperException()