org.deegree_impl.clients.context
Class ContextException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.deegree_impl.clients.context.ContextException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- public class ContextException
- extends java.lang.Exception
  
- 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 | 
ContextException()
 
          Creates a new instance of CatalogClientException without detail message. | 
ContextException(java.lang.String msg)
 
          Constructs an instance of CatalogClientException with the specified detail message. | 
ContextException(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 | 
 
st
private java.lang.String st
ContextException
public ContextException()
- Creates a new instance of 
CatalogClientException without detail message.
 
ContextException
public ContextException(java.lang.String msg)
- Constructs an instance of 
CatalogClientException with the specified detail message.
 - Parameters:
 msg - the detail message.
ContextException
public ContextException(java.lang.String msg,
                        java.lang.Exception e)
- Constructs an instance of 
CatalogClientException with the specified detail message.
 - Parameters:
 msg - the detail message.
toString
public java.lang.String toString()