org.omg.CosNotifyChannelAdmin
Class AdminLimitExceeded

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.omg.CORBA.UserException
              extended byorg.omg.CosNotifyChannelAdmin.AdminLimitExceeded
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class AdminLimitExceeded
extends UserException

Generated from IDL definition of exception "AdminLimitExceeded"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 AdminLimit admin_property_err
           
 
Constructor Summary
AdminLimitExceeded()
           
AdminLimitExceeded(AdminLimit admin_property_err)
           
AdminLimitExceeded(java.lang.String _reason, AdminLimit admin_property_err)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

admin_property_err

public AdminLimit admin_property_err
Constructor Detail

AdminLimitExceeded

public AdminLimitExceeded()

AdminLimitExceeded

public AdminLimitExceeded(java.lang.String _reason,
                          AdminLimit admin_property_err)

AdminLimitExceeded

public AdminLimitExceeded(AdminLimit admin_property_err)