org.jacorb.poa.except
Class ApplicationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.jacorb.poa.except.ApplicationError
All Implemented Interfaces:
java.io.Serializable

public final class ApplicationError
extends java.lang.Error

This error will be thrown in the case of an incorrect application of the POA class (JacORB specific application error).

Version:
$Id: ApplicationError.java,v 1.8 2004/05/06 12:40:00 nicolas Exp $
Author:
Reimo Tiedemann, FU Berlin
See Also:
POA.create_POA(String, org.omg.PortableServer.POAManager, org.omg.CORBA.Policy[]), Serialized Form

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

ApplicationError

public ApplicationError(java.lang.String error)