org.deegree_impl.clients.wcasclient
Class MissingISO19119EntryException

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

public class MissingISO19119EntryException
extends CatalogClientException

Author:
Administrator
See Also:
Serialized Form

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

private java.lang.String st
Constructor Detail

MissingISO19119EntryException

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


MissingISO19119EntryException

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

Parameters:
msg - the detail message.

MissingISO19119EntryException

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

Parameters:
msg - the detail message.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ClientException
Returns: