|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.FactoryClassException
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.
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 |
---|
public FactoryClassException()
public FactoryClassException(java.lang.String message)
message
- public FactoryClassException(java.lang.Throwable throwable, java.lang.String message)
throwable
- message
-
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |