gov.noaa.gdsg.xmldbremote.service
Class XmlDbRemoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygov.noaa.gdsg.xmldbremote.service.XmlDbRemoteException
All Implemented Interfaces:
java.io.Serializable

public class XmlDbRemoteException
extends java.lang.Exception

Exception for the service package.

Version:
$Id: XmlDbRemoteException.java,v 1.1 2004/10/29 18:06:13 mrxtravis Exp $
Author:
tns
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
XmlDbRemoteException()
          Creates a new instance of XmlDbRemoteException without detail message.
XmlDbRemoteException(java.lang.String msg)
          Constructs an instance of XmlDbRemoteException with the specified detail message.
XmlDbRemoteException(java.lang.String msg, java.lang.Throwable thr)
          Constructs an instance of XmlDbRemoteException with the specified detail message.
XmlDbRemoteException(java.lang.Throwable thr)
          Constructs an instance of XmlDbRemoteException 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

XmlDbRemoteException

public XmlDbRemoteException()
Creates a new instance of XmlDbRemoteException without detail message.


XmlDbRemoteException

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

Parameters:
msg - the detail message.

XmlDbRemoteException

public XmlDbRemoteException(java.lang.Throwable thr)
Constructs an instance of XmlDbRemoteException with the specified detail message.

Parameters:
thr - the root cause.

XmlDbRemoteException

public XmlDbRemoteException(java.lang.String msg,
                            java.lang.Throwable thr)
Constructs an instance of XmlDbRemoteException with the specified detail message.

Parameters:
msg - the detail message.
thr - The root cause.


Copyright © 2004 DOC > NOAA > NGDC > EDSD. All Rights Reserved.