oracle.ide.db.transfer
Class TransferFailedException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.ide.db.transfer.TransferFailedException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - TransferCancelledException
 
public class TransferFailedException
- extends java.lang.Exception
 
Exception class used by the transfer handlers. If the handling of a
 given action fails, then this exception is thrown from the handle method to
 alert the caller that no action was performed.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
TransferFailedException
public TransferFailedException()
TransferFailedException
public TransferFailedException(java.lang.String message)
TransferFailedException
public TransferFailedException(DBException dbe)
TransferFailedException
public TransferFailedException(java.lang.String message,
                               java.lang.Exception cause)
getMessage
public java.lang.String getMessage()
- Overrides:
 getMessage in class java.lang.Throwable
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.