Class NoBackupFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smackx.ox.exception.NoBackupFoundException
-
- All Implemented Interfaces:
Serializable
public class NoBackupFoundException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoBackupFoundException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoBackupFoundException
public NoBackupFoundException()
-
-