org.omg.CORBA

Class OBJECT_NOT_EXIST


public class OBJECT_NOT_EXIST
extends SystemException

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Field Summary

Fields inherited from class org.omg.CORBA.SystemException

completed, minor

Constructor Summary

OBJECT_NOT_EXIST()
OBJECT_NOT_EXIST(String reason)
OBJECT_NOT_EXIST(String reason, int minor, CompletionStatus completed)
OBJECT_NOT_EXIST(int minor, CompletionStatus completed)

Constructor Details

OBJECT_NOT_EXIST

public OBJECT_NOT_EXIST()


OBJECT_NOT_EXIST

public OBJECT_NOT_EXIST(String reason)


OBJECT_NOT_EXIST

public OBJECT_NOT_EXIST(String reason,
                        int minor,
                        CompletionStatus completed)


OBJECT_NOT_EXIST

public OBJECT_NOT_EXIST(int minor,
                        CompletionStatus completed)