com.google.bitcoin.protocols.channels
Class ValueOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.bitcoin.protocols.channels.ValueOutOfRangeException
- All Implemented Interfaces:
- Serializable
public class ValueOutOfRangeException
- extends Exception
Used when a given value is either too large too afford or too small for the network to accept.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValueOutOfRangeException
public ValueOutOfRangeException(String message)
Copyright © 2014. All rights reserved.