org.omg.ATLAS

Class IllegalTokenRequest

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class IllegalTokenRequest
extends UserException

Generated from IDL definition of exception "IllegalTokenRequest"

Author:
JacORB IDL compiler

Field Summary

int
the_errnum
java.lang.String
the_reason

Constructor Summary

IllegalTokenRequest()
IllegalTokenRequest(int the_errnum, java.lang.String the_reason)
IllegalTokenRequest(java.lang.String _reason, int the_errnum, java.lang.String the_reason)

Field Details

the_errnum

public int the_errnum


the_reason

public java.lang.String the_reason

Constructor Details

IllegalTokenRequest

public IllegalTokenRequest()


IllegalTokenRequest

public IllegalTokenRequest(int the_errnum,
                           java.lang.String the_reason)


IllegalTokenRequest

public IllegalTokenRequest(java.lang.String _reason,
                           int the_errnum,
                           java.lang.String the_reason)