org.omg.CORBA

Class COMM_FAILURE


public class COMM_FAILURE
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

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

Constructor Details

COMM_FAILURE

public COMM_FAILURE()


COMM_FAILURE

public COMM_FAILURE(String reason)


COMM_FAILURE

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


COMM_FAILURE

public COMM_FAILURE(int minor,
                    CompletionStatus completed)