com.sap.tc.logging.exceptions
Class FileDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.tc.logging.exceptions.LoggingBaseException
                    |
                    +--com.sap.tc.logging.exceptions.DataException
                          |
                          +--com.sap.tc.logging.exceptions.FileDataException
All Implemented Interfaces:
java.io.Serializable

public class FileDataException
extends DataException

Title: Logging Description: Logging API Copyright: Copyright (c) 2003 Company: SAP AG. Walldorf, Germany All rights reserved. This software is the confidential and proprietary information of SAP AG. ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with SAP AG.

Version:
$Id:$
See Also:
Serialized Form

Fields inherited from class com.sap.tc.logging.exceptions.LoggingBaseException
CORELATE_STRING, EMPTY_STRING
 
Constructor Summary
FileDataException(java.lang.String fileName)
           
FileDataException(java.lang.String fileName, java.lang.Exception ex)
           
 
Methods inherited from class com.sap.tc.logging.exceptions.LoggingBaseException
getAdditionalInfo, getAdditionalInfoID, getCause, getMessageID, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileDataException

public FileDataException(java.lang.String fileName)

FileDataException

public FileDataException(java.lang.String fileName,
                         java.lang.Exception ex)