Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.property.security
Class UnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.wcps.property.security.UnauthorizedException

All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedException
extends java.lang.RuntimeException

Thrown when the current user not allowed to perform an operation on a resource

See Also:
Serialized Form

Constructor Summary
UnauthorizedException(IContext context, Capability operation, java.lang.String resourceId, java.lang.String permissionClass)
           
UnauthorizedException(IContext context, Capability operation, java.lang.String resourceId, java.lang.String permissionClass, java.lang.Throwable e)
           
UnauthorizedException(java.lang.String message)
           
UnauthorizedException(java.lang.Throwable cause)
           

 

Method Summary
 Capability getCapability()
           
 IContext getContext()
           
 java.lang.String getPropertyPermissionClass()
           
 java.lang.String getResourceId()
           

 

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

UnauthorizedException

public UnauthorizedException(IContext context,
                             Capability operation,
                             java.lang.String resourceId,
                             java.lang.String permissionClass)

UnauthorizedException

public UnauthorizedException(IContext context,
                             Capability operation,
                             java.lang.String resourceId,
                             java.lang.String permissionClass,
                             java.lang.Throwable e)

UnauthorizedException

public UnauthorizedException(java.lang.String message)

UnauthorizedException

public UnauthorizedException(java.lang.Throwable cause)

Method Detail

getCapability

public Capability getCapability()

getPropertyPermissionClass

public java.lang.String getPropertyPermissionClass()

getResourceId

public java.lang.String getResourceId()

getContext

public IContext getContext()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.