Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.remote
Class NotAuthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by oracle.adf.view.rich.remote.NotAuthorizedException

All Implemented Interfaces:
java.io.Serializable

public class NotAuthorizedException
extends java.io.IOException

This exception is thrown when the RemoteApplication framework is unable to successfully authorize to a remote application. Generally, when an "unathorized" error is recieved from the remote server, the RemoteApplicationUtils will try to apply a credential using an AuthroizationProvider. If no provider is configured or if the applied credential does not successfully authorize the remote user then this exception is thrown.

See Also:
Serialized Form

Constructor Summary
NotAuthorizedException(java.lang.String string)
           
NotAuthorizedException(java.lang.String string, java.lang.Throwable cause)
           
NotAuthorizedException(java.lang.Throwable cause)
          Creates an exception with a cause

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

NotAuthorizedException

public NotAuthorizedException(java.lang.Throwable cause)
Creates an exception with a cause
Parameters:
cause -

NotAuthorizedException

public NotAuthorizedException(java.lang.String string,
                              java.lang.Throwable cause)
Parameters:
string -
cause -

NotAuthorizedException

public NotAuthorizedException(java.lang.String string)
Parameters:
string -

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.