com.sas.services.information
Class FactoryClassException

com.sas.services.information.FactoryClassException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class FactoryClassException

This exception is thrown when a NoClassDefFound exception is thrown during smart object creation in the Information Service Factory. This usually indicates that the Factory configuration in the Information Service specifies a class that can't be located by the class loader. This can be resolved by changing the configuration, or putting the jar containing the class in an appropriate directory to be found by the class loader.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
FactoryClassException()
          Constructor for FactoryClassException.
FactoryClassException(java.lang.String message)
          Constructor for FactoryClassException.
FactoryClassException(java.lang.Throwable throwable, java.lang.String message)
          Constructor for FactoryClassException.
 
Method Summary
 
Methods inherited from class com.sas.services.information.FactoryException
getRepositoryId, getRepositoryType, setRepositoryId, setRepositoryType, toString
 

Constructor Detail

FactoryClassException

public FactoryClassException()
Constructor for FactoryClassException.


FactoryClassException

public FactoryClassException(java.lang.String message)
Constructor for FactoryClassException.

Parameters:
message -

FactoryClassException

public FactoryClassException(java.lang.Throwable throwable,
                             java.lang.String message)
Constructor for FactoryClassException.

Parameters:
throwable -
message -



Copyright © 2009 SAS Institute Inc. All Rights Reserved.