Class UnsupportedSpeedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- app.pivo.android.prosdk.exceptions.UnsupportedSpeedException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedSpeedException extends Exception
UnsupportedSpeedException is thrown if the user tries to turn Pivo with unsupported speed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSpeedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedSpeedException
public UnsupportedSpeedException(String msg)
-
-