com.bea.apps.groupspace.exceptions
Class GSAuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.content.RepositoryException
              extended by com.bea.content.AuthorizationException
                  extended by 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

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

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 message
cause - Exception that caused this one to be created


Copyright © 2006 BEA Systems, Inc. All Rights Reserved