com.bea.apps.groupspace.exceptions
Class GSNonUniqueContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.content.RepositoryException
              extended by com.bea.apps.groupspace.exceptions.GSNonUniqueContentException
All Implemented Interfaces
Serializable

public class GSNonUniqueContentException
extends RepositoryException

This exception signifies that the Creation or Update of a content item has caused it to violate the unique content requirements for this application

See Also
Serialized Form

Constructor Summary
GSNonUniqueContentException(String message)
           
 
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

GSNonUniqueContentException

public GSNonUniqueContentException(String message)
Parameters
message - String representing the Exception message
missingParam - The name of the missing parameter
configFile - The name of the configuration file where the parameter was expected to be found


Copyright © 2006 BEA Systems, Inc. All Rights Reserved