|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iom.WorkspaceFactoryException
public class WorkspaceFactoryException
The exception class for the WorkspaceFactory. Sometimes this class is merely a wrapper for an exception throw from deep within the factory.
Constructor Summary | |
---|---|
WorkspaceFactoryException()
No-argument constructor. |
|
WorkspaceFactoryException(java.lang.String message)
Constructor with message. |
|
WorkspaceFactoryException(java.lang.String message,
java.lang.Throwable nestedException)
Wrapper constructor. |
|
WorkspaceFactoryException(java.lang.Throwable nestedException)
Wrapper constructor. |
Constructor Detail |
---|
public WorkspaceFactoryException()
public WorkspaceFactoryException(java.lang.String message)
message
- a message adding detail to the exceptionpublic WorkspaceFactoryException(java.lang.Throwable nestedException)
nestedException
- exception being wrappedpublic WorkspaceFactoryException(java.lang.String message, java.lang.Throwable nestedException)
message
- a message to include in the exception.nestedException
- an exception being wrapped.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |