Class PolyOsException
com.poly.polyos
Class PolyOsException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- com.poly.polyos.PolyOsException
- java.lang.RuntimeException
- java.lang.Exception
- java.lang.Throwable
All Implemented Interfaces:
java.io.Serializable
public class PolyOsException
extends java.lang.RuntimeException
Exception thrown by any PolyOS API. This could be due to non-whitelisted apps, etc.
See Also:
Serialized Form
Constructor Summary
Constructor and Description
PolyOsException()
PolyOsException(java.lang.String message)
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed
, fillInStackTrace
, getCause
, getLocalizedMessage
, getMessage
, getStackTrace
, getSuppressed
, initCause
, printStackTrace
, printStackTrace
, printStackTrace
, setStackTrace
, toString
Methods inherited from class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, wait
, wait
, wait
Constructor Detail
PolyOsException
public PolyOsException()
PolyOsException
public PolyOsException(java.lang.String message)