uk.org.iscream.cms.server.componentmanager
Class ComponentCORBAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.org.iscream.cms.server.componentmanager.ComponentCORBAException
All Implemented Interfaces:
Serializable

public class ComponentCORBAException
extends RuntimeException

This exception is thrown when a component has CORBA problems. Typically (as this is unchecked) only the ComponentManager deals with this.

Version:
$Id: ComponentCORBAException.java,v 1.6 2004/08/01 10:40:50 tdb Exp $
Author:
$Author: tdb $
See Also:
Serialized Form

Constructor Summary
ComponentCORBAException(String message)
          Takes a string containing the message to be displayed for the exception.
 
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

ComponentCORBAException

public ComponentCORBAException(String message)
Takes a string containing the message to be displayed for the exception.

Parameters:
message - the message


Copyright © 2000-2003 i-scream. All Rights Reserved.