gov.sns.ca
Class BadChannelException

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

public class BadChannelException
extends ChannelException

See Also:
Serialized Form

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

BadChannelException

public BadChannelException()
Creates new BadChannelException without detail message.


BadChannelException

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

Parameters:
msg - the detail message.