com.sap.tc.logging.exceptions
Class CloseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.tc.logging.exceptions.LoggingBaseException
                    |
                    +--com.sap.tc.logging.exceptions.CloseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FileCloseException

public class CloseException
extends LoggingBaseException

See Also:
Serialized Form

Fields inherited from class com.sap.tc.logging.exceptions.LoggingBaseException
CORELATE_STRING, EMPTY_STRING
 
Constructor Summary
CloseException(java.lang.String source, java.lang.String destination, 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

CloseException

public CloseException(java.lang.String source,
                      java.lang.String destination,
                      java.lang.Exception ex)