Package org.bitcoindevkit
Class ElectrumException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ElectrumException extends Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ElectrumException.IoException
public final class
ElectrumException.Json
public final class
ElectrumException.Hex
public final class
ElectrumException.Protocol
public final class
ElectrumException.Bitcoin
public final class
ElectrumException.AlreadySubscribed
public final class
ElectrumException.NotSubscribed
public final class
ElectrumException.InvalidResponse
public final class
ElectrumException.Message
public final class
ElectrumException.InvalidDnsNameException
public final class
ElectrumException.MissingDomain
public final class
ElectrumException.AllAttemptsErrored
public final class
ElectrumException.SharedIoException
public final class
ElectrumException.CouldntLockReader
public final class
ElectrumException.Mpsc
public final class
ElectrumException.CouldNotCreateConnection
public final class
ElectrumException.RequestAlreadyConsumed
public class
ElectrumException.ErrorHandler
-
Field Summary
Fields Modifier and Type Field Description private final Throwable
cause
private final String
message
public final static ElectrumException.ErrorHandler
ErrorHandler
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-