org.neuclear.asset
Class LowLevelPaymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neuclear.asset.TransferException
              extended by org.neuclear.asset.LowLevelPaymentException
All Implemented Interfaces:
java.io.Serializable

public final class LowLevelPaymentException
extends TransferException

This is used to encapsulate lowerlevel errors such as database errors, which we cant possibly deal with at this level. (C) 2003 Antilles Software Ventures SA User: pelleb Date: Nov 10, 2003 Time: 10:01:35 AM $Id: LowLevelPaymentException.java,v 1.2 2003/11/21 04:43:04 pelle Exp $ $Log: LowLevelPaymentException.java,v $ Revision 1.2 2003/11/21 04:43:04 pelle EncryptedFileStore now works. It uses the PBECipher with DES3 afair. Otherwise You will Finaliate. Anything that can be final has been made final throughout everyting. We've used IDEA's Inspector tool to find all instance of variables that could be final. This should hopefully make everything more stable (and secure). Revision 1.1 2003/11/10 17:42:07 pelle The AssetController interface has been more or less finalized. CurrencyController fully implemented AssetControlClient implementes a remote client for communicating with AssetControllers

See Also:
Serialized Form

Constructor Summary
LowLevelPaymentException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getSubMessage()
           
 
Methods inherited from class org.neuclear.asset.TransferException
getMessage, getProc
 
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
 

Constructor Detail

LowLevelPaymentException

public LowLevelPaymentException(java.lang.Throwable e)
Method Detail

getSubMessage

public final java.lang.String getSubMessage()
Specified by:
getSubMessage in class TransferException


Copyright © 2003-2004 Antilles Software Ventures SA. All Rights Reserved.