Package com.tagtraum.beatunes
Class RemoteICloudSongException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.FileNotFoundException
-
- com.tagtraum.beatunes.RemoteICloudSongException
-
- All Implemented Interfaces:
Serializable
public class RemoteICloudSongException extends FileNotFoundException
RemoteICloudSongException.- Author:
- Hendrik Schreiber
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteICloudSongException(long songId)
RemoteICloudSongException(long songId, String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getSongId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RemoteICloudSongException
public RemoteICloudSongException(long songId)
-
RemoteICloudSongException
public RemoteICloudSongException(long songId, String s)
-
-