org.jacorb.poa.except
Class POAInternalError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.jacorb.poa.except.POAInternalError
All Implemented Interfaces:
java.io.Serializable

public final class POAInternalError
extends java.lang.Error

This error will be thrown if a internal error situation is appeared. It indicates an error in one of the POA classes.

Version:
1.0, 05/03/99, RT
Author:
Reimo Tiedemann, FU Berlin
See Also:
Serialized Form

Constructor Summary
POAInternalError(java.lang.String error)
           
 
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

POAInternalError

public POAInternalError(java.lang.String error)