|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iom.WorkspacePoolException
public class WorkspacePoolException
The exception class for the deprecated class WorkspacePoolDriver.
WorkspaceFactoryException
,
Serialized FormConstructor Summary | |
---|---|
WorkspacePoolException()
Deprecated. No-argument constructor. |
|
WorkspacePoolException(java.lang.String message)
Deprecated. Constructor with message. |
|
WorkspacePoolException(java.lang.String message,
java.lang.Throwable nestedException)
Deprecated. Wrapper constructor. |
|
WorkspacePoolException(java.lang.Throwable nestedException)
Deprecated. Wrapper constructor. |
Constructor Detail |
---|
public WorkspacePoolException()
public WorkspacePoolException(java.lang.String message)
message
- a message adding detail to the exceptionpublic WorkspacePoolException(java.lang.Throwable nestedException)
nestedException
- exception being wrappedpublic WorkspacePoolException(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 |