org.nees.data.exceptions
Class NFMSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nees.data.exceptions.NFMSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NFMSConfigurationException, NFMSIllegalLogicalNameException, NFMSIllegalUserException, NFMSProtocolException, NFMSSecurityException, NFMSVersionUnavailableException, TransferRequestNotFoundException

public class NFMSException
extends java.lang.Exception

This is the root exception for the file manager service. Note that the constructor is made to work nicely with AXIS exceptions.

Lifecycle

There should never be a time when the programmer has to manually throw one.

Usage

These are thrown by the system.

See Also:
Serialized Form

Constructor Summary
NFMSException(java.lang.String message)
           
NFMSException(java.lang.String message, java.lang.Throwable source)
           
 
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

NFMSException

public NFMSException(java.lang.String message,
                     java.lang.Throwable source)

NFMSException

public NFMSException(java.lang.String message)