com.inprise.vbroker.PortableServerExt
Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
com.inprise.vbroker.PortableServerExt.ChannelException
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class ChannelException
- extends UserException
Raised by most PSA operations, including the the_subject_addr()
and
the_proxy_addr()
methods. This exception
has a string member that is the repository of low level CORBA User exception. For
example, when calling suspend()
IDL:omg.org/CosNotifyChannelAdmin/ConnectionAlreadyInactive
The intention of not declaring a PSA operation to raise Notification Service exception
is to have the PSA framework generic. Although the current implementation of the
PSA working in conjunction with OMG Notification Service or Typed Notification
Service, it is straightforward and extends the support to cover other publish/
subscribe infrastructure such as multicast.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
repository_id
public java.lang.String repository_id
ChannelException
public ChannelException()
ChannelException
public ChannelException(java.lang.String repository_id)
ChannelException
public ChannelException(java.lang.String _reason,
java.lang.String repository_id)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online