org.nees.data.exceptions
Class NFMSIllegalLogicalNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nees.data.exceptions.NFMSException
              extended byorg.nees.data.exceptions.NFMSIllegalLogicalNameException
All Implemented Interfaces:
java.io.Serializable

public class NFMSIllegalLogicalNameException
extends NFMSException

Author:
Jeff Gaynor
See Also:
Serialized Form

Constructor Summary
NFMSIllegalLogicalNameException(java.lang.String msg)
          Constructs an instance of NFMSIllegalLogicalNameException with the specified detail message.
NFMSIllegalLogicalNameException(java.lang.String msg, java.lang.Throwable t)
          Creates a new instance of NFMSIllegalLogicalNameException without 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

NFMSIllegalLogicalNameException

public NFMSIllegalLogicalNameException(java.lang.String msg,
                                       java.lang.Throwable t)
Creates a new instance of NFMSIllegalLogicalNameException without detail message.


NFMSIllegalLogicalNameException

public NFMSIllegalLogicalNameException(java.lang.String msg)
Constructs an instance of NFMSIllegalLogicalNameException with the specified detail message.

Parameters:
msg - the detail message.