Class NoBackupFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smackx.ox.exception.NoBackupFoundException
- All Implemented Interfaces:
Serializable
This exception gets thrown in case the user tries to restore a secret key backup from PubSub, but no backup has been
found.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoBackupFoundException
public NoBackupFoundException()
-