org.omg.CORBA

Class NO_RESPONSE


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

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

Constructor Details

NO_RESPONSE

public NO_RESPONSE()


NO_RESPONSE

public NO_RESPONSE(String reason)


NO_RESPONSE

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


NO_RESPONSE

public NO_RESPONSE(int minor,
                   CompletionStatus completed)