com.bea.apps.groupspace.exceptions
Class GSAuthorizationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.content.RepositoryException
              
com.bea.content.AuthorizationException
                  
com.bea.apps.groupspace.exceptions.GSAuthorizationException
- All Implemented Interfaces 
 - Serializable
 
public class GSAuthorizationException
- extends AuthorizationException
 
Thrown for authorization cases unique to groupspace
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
GSAuthorizationException
public GSAuthorizationException(String message)
- Parameters
 message - String representing the Exception message
GSAuthorizationException
public GSAuthorizationException(String message,
                                Throwable cause)
- Parameters
 message - String representing the Exception messagecause - Exception that caused this one to be created
Copyright © 2006 BEA Systems, Inc. All Rights Reserved