corba/src/share/classes/org/omg/CORBA/UnknownUserException.java
changeset 4623 e3aaa29eff65
parent 4 02bb8761fcce
child 5555 b2b5ed3f0d0d
equal deleted inserted replaced
4554:e9c98378f6b9 4623:e3aaa29eff65
    54 
    54 
    55     /**
    55     /**
    56      * Constructs an <code>UnknownUserException</code> object that contains the given
    56      * Constructs an <code>UnknownUserException</code> object that contains the given
    57      * <code>Any</code> object.
    57      * <code>Any</code> object.
    58      *
    58      *
    59      * @ param a an <code>Any</code> object that contains a user exception returned
    59      * @param a an <code>Any</code> object that contains a user exception returned
    60      *         by the server
    60      *         by the server
    61      */
    61      */
    62     public UnknownUserException(Any a) {
    62     public UnknownUserException(Any a) {
    63         super();
    63         super();
    64         except = a;
    64         except = a;