org.omg.CORBA

Class TIMEOUT


public class TIMEOUT
extends SystemException

Copyright (c) 2002 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

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

Constructor Details

TIMEOUT

public TIMEOUT()


TIMEOUT

public TIMEOUT(String reason)


TIMEOUT

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


TIMEOUT

public TIMEOUT(int minor,
               CompletionStatus completed)