com.dukascopy.api
Class JFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dukascopy.api.JFException
All Implemented Interfaces:
Serializable

public class JFException
extends Exception

Used to indicate errors when calling API functions

Author:
Denis Larka
See Also:
Serialized Form

Nested Class Summary
static class JFException.Error
          Used to easily create exceptions with appropriate message
 
Constructor Summary
JFException(JFException.Error errorCode)
           
JFException(JFException.Error errorCode, String message)
           
JFException(String message)
           
JFException(String message, Throwable cause)
           
JFException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JFException

public JFException(JFException.Error errorCode)

JFException

public JFException(JFException.Error errorCode,
                   String message)

JFException

public JFException(String message,
                   Throwable cause)

JFException

public JFException(String message)

JFException

public JFException(Throwable cause)


Copyright © 2009. All Rights Reserved.