Uses of Package
goldengate.common.exception

Packages that use goldengate.common.exception
goldengate.common.command Global classes that store all informations on implemented commands, arguments, reply codes. 
goldengate.common.crypto Classes implementing Encryption for Password support or for File Encryption AES is the best compromise in term of security and efficiency. 
goldengate.common.crypto.ssl Classes implementing SSL support for Netty To generate the stores for GoldenGate for instance, you need to create 2 JKS keyStore. 
goldengate.common.file Classes implementing File, Directory, Authentication and Session Interfaces 
goldengate.common.file.filesystembased Classes implementing FileInterface and Directory according to a filesystem implementation 
goldengate.common.file.passthrough Classes implementing FileInterface and Directory according to a pass through implementation (no storage since data are just pass through this interface) 
goldengate.common.state Classes implementing basic Finite State Machine 
goldengate.common.utility Classes implementing Some String and File facility 
 

Classes in goldengate.common.exception used by goldengate.common.command
InvalidArgumentException
          Argument invalid exception
 

Classes in goldengate.common.exception used by goldengate.common.crypto
CryptoException
          Crypto exception
 

Classes in goldengate.common.exception used by goldengate.common.crypto.ssl
CryptoException
          Crypto exception
 

Classes in goldengate.common.exception used by goldengate.common.file
FileEndOfTransferException
          File End Of Transfer exception: the end of the transfer is reached from file point of view
FileTransferException
          File Transfer exception (error during transfer from file point of view)
NoRestartException
          No restart exception
 

Classes in goldengate.common.exception used by goldengate.common.file.filesystembased
FileEndOfTransferException
          File End Of Transfer exception: the end of the transfer is reached from file point of view
FileTransferException
          File Transfer exception (error during transfer from file point of view)
NoRestartException
          No restart exception
 

Classes in goldengate.common.exception used by goldengate.common.file.passthrough
FileEndOfTransferException
          File End Of Transfer exception: the end of the transfer is reached from file point of view
FileTransferException
          File Transfer exception (error during transfer from file point of view)
 

Classes in goldengate.common.exception used by goldengate.common.state
IllegalFiniteStateException
          Exception for Finite State Machine support
 

Classes in goldengate.common.exception used by goldengate.common.utility
FileTransferException
          File Transfer exception (error during transfer from file point of view)
InvalidArgumentException
          Argument invalid exception
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.