org.deegree_impl.clients
Class ClientException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.clients.ClientException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CatalogClientException, GazetteerClientException

public class ClientException
extends java.lang.Exception

Since:
1.1
Version:
$Revision: 1.1 $, 1.0. $Revision: 1.1 $, $Date: 2004/03/15 07:38:05 $
Author:
Andreas Poth, last edited by: $Author: poth $
See Also:
Serialized Form

Field Summary
protected  java.lang.String st
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ClientException()
          Creates a new instance of ClientException without detail message.
ClientException(java.lang.String msg)
          Constructs an instance of ClientException with the specified detail message.
ClientException(java.lang.String msg, java.lang.Exception e)
          Constructs an instance of ClientException with the specified detail message.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

st

protected java.lang.String st
Constructor Detail

ClientException

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


ClientException

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

Parameters:
msg - the detail message.

ClientException

public ClientException(java.lang.String msg,
                       java.lang.Exception e)
Constructs an instance of ClientException with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

toString

public java.lang.String toString()
Returns: