gov.sns.xal.smf
Class ChannelAlreadyBoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.XalException
                    |
                    +--gov.sns.ca.ChannelException
                          |
                          +--gov.sns.xal.smf.ChannelAlreadyBoundException
All Implemented Interfaces:
java.io.Serializable

public class ChannelAlreadyBoundException
extends ChannelException

See Also:
Serialized Form

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

ChannelAlreadyBoundException

public ChannelAlreadyBoundException()
Creates new ChannelAlreadyBoundException without detail message.


ChannelAlreadyBoundException

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

Parameters:
msg - the detail message.