zeroslackr.installer
Class iPodPatcherFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
zeroslackr.installer.iPodPatcherFailureException
- All Implemented Interfaces:
- Serializable
class iPodPatcherFailureException
- extends Exception
iPodPatcherFailureException exception.
Exception thrown by ipodpatcher failure.
Licensed under GNU GPL (Version 3).
- Version:
- Jan 14, 2008
- Author:
- Keripo
- See Also:
List
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
msg
private String msg
iPodPatcherFailureException
public iPodPatcherFailureException(String msg)
- Construtor with a meaningful error message.
- Parameters:
msg
- Message containing info about the cause of the error.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- Returns:
- A meaningful error message.