com.worklight.adapters.rest.api

Class MFPServerOAuthException

  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    Since version 8.0 this exception is never thrown.

    @Deprecated
    public abstract class MFPServerOAuthException
    extends MFPServerOperationException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      MFPServerOAuthException(java.lang.String msg)
      Deprecated. 
       
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      abstract void writeOAuthFailureResponse(HttpServletResponse resp)
      Deprecated. 
       
      protected void writeTextToResponse(HttpServletResponse resp, java.lang.String text)
      Deprecated. 
       
      • 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

      • MFPServerOAuthException

        public MFPServerOAuthException(java.lang.String msg)
        Deprecated. 
    • Method Detail

      • writeTextToResponse

        protected void writeTextToResponse(HttpServletResponse resp,
                               java.lang.String text)
                                    throws java.io.IOException
        Deprecated. 
        Throws:
        java.io.IOException
      • writeOAuthFailureResponse

        public abstract void writeOAuthFailureResponse(HttpServletResponse resp)
                                                throws java.io.IOException
        Deprecated. 
        Throws:
        java.io.IOException


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.