Package org.bitcoinj.core
Class UnknownMessage
- java.lang.Object
-
- org.bitcoinj.core.BaseMessage
-
- org.bitcoinj.core.EmptyMessage
-
- org.bitcoinj.core.UnknownMessage
-
- All Implemented Interfaces:
Message
public class UnknownMessage extends EmptyMessage
Instances of this class are not safe for use by multiple threads.
-
-
Constructor Summary
Constructors Constructor Description UnknownMessage(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.bitcoinj.core.EmptyMessage
bitcoinSerializeToStream, messageSize
-
Methods inherited from class org.bitcoinj.core.BaseMessage
serialize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.bitcoinj.core.Message
bitcoinSerialize, getMessageSize, unsafeBitcoinSerialize
-
-
-
-
Constructor Detail
-
UnknownMessage
public UnknownMessage(java.lang.String name) throws ProtocolException
- Throws:
ProtocolException
-
-