gov.sns.ca
Class MonitorException

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

public class MonitorException
extends ChannelException

See Also:
Serialized Form

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

MonitorException

public MonitorException()
Creates new MonitorException without detail message.


MonitorException

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

Parameters:
msg - the detail message.