idl.tmt.documentsource
Class DocumentProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--idl.tmt.documentsource.DocumentProviderException
All Implemented Interfaces:
java.io.Serializable

public class DocumentProviderException
extends java.lang.Exception

Generic Exception indicate Created on Feb 25, 2004

Author:
jelsas
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DocumentProviderException()
          Constructs a new DocumentProviderException
DocumentProviderException(java.lang.String message)
          Constructs a new DocumentProviderException with the specified message
DocumentProviderException(java.lang.String message, java.lang.Throwable cause)
           
DocumentProviderException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DocumentProviderException

public DocumentProviderException()
Constructs a new DocumentProviderException

DocumentProviderException

public DocumentProviderException(java.lang.String message)
Constructs a new DocumentProviderException with the specified message
Parameters:
message -  

DocumentProviderException

public DocumentProviderException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -  
cause -  

DocumentProviderException

public DocumentProviderException(java.lang.Throwable cause)
Parameters:
cause -