Package org.knowm.xchange.exceptions
Class NotYetImplementedForExchangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- org.knowm.xchange.exceptions.NotYetImplementedForExchangeException
-
- All Implemented Interfaces:
Serializable
public class NotYetImplementedForExchangeException extends UnsupportedOperationException
Exception to provide the following to API:- Indication that the exchange supports the requested function or data, but it's not yet been implemented
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotYetImplementedForExchangeException()
ConstructorNotYetImplementedForExchangeException(String message)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotYetImplementedForExchangeException
public NotYetImplementedForExchangeException(String message)
Constructor- Parameters:
message
- Message
-
NotYetImplementedForExchangeException
public NotYetImplementedForExchangeException()
Constructor
-
-