Package 

Class AppBinderUnauthorizedException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class AppBinderUnauthorizedException
    extends Exception
                        

    Exception thrown when a client is not authorized to use the App API for a specific app.

    • Method Summary

      Modifier and Type Method Description
      Throwable getCause()
      String getMessage()
      • Methods inherited from class java.lang.Exception

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AppBinderUnauthorizedException

        AppBinderUnauthorizedException(String message)
        Parameters:
        message - Error message (defaults to "AppBinderUnauthorized")