jpl.mipl.spice.corba
Class AlreadyInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jpl.mipl.spice.corba.AlreadyInitializedException
All Implemented Interfaces:
Serializable

public class AlreadyInitializedException
extends RuntimeException

Thrown by Orb.init(java.lang.String[]).

Version:
Author:
Michael Brady
See Also:
Serialized Form

Constructor Summary
AlreadyInitializedException()
          Creates new AlreadyInitializedException without detail message.
AlreadyInitializedException(String msg)
          Constructs an AlreadyInitializedException with the specified detail message.
 
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

AlreadyInitializedException

public AlreadyInitializedException()
Creates new AlreadyInitializedException without detail message.


AlreadyInitializedException

public AlreadyInitializedException(String msg)
Constructs an AlreadyInitializedException with the specified detail message.

Parameters:
msg - the detail message.