org.deegree_impl.clients.wcasclient
Class CatalogClientException

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

public class CatalogClientException
extends ClientException

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

Field Summary
 
Fields inherited from class org.deegree_impl.clients.ClientException
st
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CatalogClientException()
          Creates a new instance of CatalogClientException without detail message.
CatalogClientException(java.lang.String msg)
          Constructs an instance of CatalogClientException with the specified detail message.
CatalogClientException(java.lang.String msg, java.lang.Exception e)
          Constructs an instance of CatalogClientException with the specified detail message.
 
Methods inherited from class org.deegree_impl.clients.ClientException
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
 

Constructor Detail

CatalogClientException

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


CatalogClientException

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

Parameters:
msg - the detail message.

CatalogClientException

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

Parameters:
msg - the detail message.