Class InvalidBackupCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smackx.ox.exception.InvalidBackupCodeException
-
- All Implemented Interfaces:
Serializable
public class InvalidBackupCodeException extends Exception
Exception that gets thrown if the backup code entered by the user is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidBackupCodeException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidBackupCodeException
public InvalidBackupCodeException(String message, Throwable e)
-
-