com.jfx
Class ErrNotEnoughMoney

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jfx.ErrNotEnoughMoney
All Implemented Interfaces:
java.io.Serializable

public class ErrNotEnoughMoney
extends java.lang.Exception

Not enough money to make an operation. The trade with the same parameters must not be repeated. After 5-second (or more) delay, the attempt can be repeated with a smaller volume, but it is necessary to make sure that there is enough money to complete the operation..

See Also:
Serialized Form

Constructor Summary
ErrNotEnoughMoney()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ErrNotEnoughMoney

public ErrNotEnoughMoney()


Copyright © 2008-2009 Roman Gerasimenko.