gov.sns.tools.messaging
Class MessageCenter.NullSourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.messaging.MessageCenter.MessageCenterException
                          |
                          +--gov.sns.tools.messaging.MessageCenter.NullSourceException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MessageCenter

public class MessageCenter.NullSourceException
extends MessageCenter.MessageCenterException

Exception when an attempt is made to register a null source

See Also:
Serialized Form

Constructor Summary
MessageCenter.NullSourceException()
          Creates new NullSourceException
MessageCenter.NullSourceException(java.lang.String notice)
           
 
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

MessageCenter.NullSourceException

public MessageCenter.NullSourceException()
Creates new NullSourceException


MessageCenter.NullSourceException

public MessageCenter.NullSourceException(java.lang.String notice)