gov.sns.ca
Class ChannelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.XalException
                    |
                    +--gov.sns.ca.ChannelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadChannelException, ChannelAlreadyBoundException, ConnectionException, GetException, MonitorException, PutException

public class ChannelException
extends XalException

See Also:
Serialized Form

Constructor Summary
ChannelException()
          Creates new ChannelException without detail message.
ChannelException(java.lang.String msg)
          Constructs an ChannelException with the specified detail message.
 
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
 

Constructor Detail

ChannelException

public ChannelException()
Creates new ChannelException without detail message.


ChannelException

public ChannelException(java.lang.String msg)
Constructs an ChannelException with the specified detail message.

Parameters:
msg - the detail message.