public class

BackupRestoreException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.htc.util.backup.BackupRestoreException

Summary

Public Constructors
BackupRestoreException(String message, int reasonCode)
BackupRestoreException(Exception ecpt, int reasonCode)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BackupRestoreException (String message, int reasonCode)

Since: API Level 2.0

public BackupRestoreException (Exception ecpt, int reasonCode)

Since: API Level 2.0