org.omg.CORBA

Class BAD_PARAM


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

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

Constructor Details

BAD_PARAM

public BAD_PARAM()


BAD_PARAM

public BAD_PARAM(String reason)


BAD_PARAM

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


BAD_PARAM

public BAD_PARAM(int minor,
                 CompletionStatus completed)