Package org.ldk.batteries
Class ChannelManagerConstructor.InvalidSerializedDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ldk.batteries.ChannelManagerConstructor.InvalidSerializedDataException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ChannelManagerConstructor
public static class ChannelManagerConstructor.InvalidSerializedDataException extends Exception
An Exception that indicates the serialized data is invalid and has been corrupted on disk. You should attempt to restore from a backup if there is one which is known to be current. Otherwise, funds may have been lost.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSerializedDataException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-