gov.noaa.edsd.sessionlessRemoteXmlDb
Class SessionlessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygov.noaa.edsd.sessionlessRemoteXmlDb.SessionlessException
All Implemented Interfaces:
java.io.Serializable

public class SessionlessException
extends java.lang.Exception

Author:
tns
See Also:
Serialized Form

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

SessionlessException

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


SessionlessException

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

Parameters:
msg - the detail message.

SessionlessException

public SessionlessException(java.lang.Throwable thr)
Constructs an instance of SessionlessException with the specified root cause.

Parameters:
thr - the root cause.

SessionlessException

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

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


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