© 2005 BEA Systems, Inc.

com.bea.content
Class AuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.content.RepositoryException
              extended bycom.bea.content.AuthorizationException
All Implemented Interfaces:
Serializable

public class AuthorizationException
extends RepositoryException

Thrown if a user is not authorized for an action.

See Also:
Serialized Form

Constructor Summary
AuthorizationException(String message)
           
AuthorizationException(String message, Throwable cause)
           
AuthorizationException(Throwable cause)
           
 
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

AuthorizationException

public AuthorizationException(String message)

AuthorizationException

public AuthorizationException(String message,
                              Throwable cause)

AuthorizationException

public AuthorizationException(Throwable cause)

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved