|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.FactoryException
public class FactoryException
This Exception is thrown when an error occurs in the Information Service Factory which instantiates "Smart objects" from metadata retrieved from repositories. This is a general exception that can be caused by a variety of situations.
Constructor Summary | |
---|---|
FactoryException()
Constructor for FactoryException. |
|
FactoryException(java.lang.String message)
Constructor for FactoryException. |
|
FactoryException(java.lang.Throwable throwable,
java.lang.String message)
Constructor for FactoryException. |
Method Summary | |
---|---|
java.lang.String |
getRepositoryId()
|
java.lang.String |
getRepositoryType()
|
void |
setRepositoryId(java.lang.String reposId)
|
void |
setRepositoryType(java.lang.String type)
|
java.lang.String |
toString()
|
Constructor Detail |
---|
public FactoryException()
public FactoryException(java.lang.String message)
message
- public FactoryException(java.lang.Throwable throwable, java.lang.String message)
throwable
- message
- Method Detail |
---|
public void setRepositoryId(java.lang.String reposId)
public java.lang.String getRepositoryId()
public void setRepositoryType(java.lang.String type)
public java.lang.String getRepositoryType()
public java.lang.String toString()
toString
in class com.sas.util.ChainedException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |