jpl.mipl.tlm.corba
Class AlreadyInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jpl.mipl.tlm.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.