AuthorizationException Class

com.bea.content
AuthorizationException Class

public class AuthorizationException

    extends RepositoryException

Thrown if a user is not authorized for an action.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        AuthorizationException
All Implemented Interfaces

Serializable

Constructor Summary

AuthorizationException(String message, Throwable cause)

AuthorizationException(String message)

AuthorizationException(Throwable cause)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

AuthorizationException

public AuthorizationException(String message, 
                              Throwable cause)

AuthorizationException

public AuthorizationException(String message)

AuthorizationException

public AuthorizationException(Throwable cause)