Name

INTERNAL

Synopsis

A standard CORBA exception thrown when an ORB encounters an internal error. Sun’s Java IDL defines the following minor error code values for this exception, stored in the minor data member inherited from SystemException:

Minor codeMeaning
3

An IIOP reply message contained a bad status.

6

The repository ID of a user exception had an incorrect length during an unmarshalling operation.

7

The ORB was failed to get the local hostname through the InetAddress.getLocalHost().getHostName() method.

8

The ORB was unable to create a listener port on its designated port. This can be caused by the port being in use, the creation of the daemon thread failed, or a security violation occurred.

9

An IIOP locate message contained a bad status.

10

An error was encountered while creating a stringified object reference.

11

An IIOP message contained a bad GIOP v1.0 message type.

14

An error occurred while unmarshalling a user exception.

18

The ORB failed during internal initialization.

                  
public final class INTERNAL extends org.omg.CORBA.SystemException {
// Public Constructors
   public INTERNAL();  
   public INTERNAL( String s);  
   public INTERNAL( int minor, CompletionStatus completed);  
   public INTERNAL(String s, int minor, 
        CompletionStatus completed);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.