com.sas.iom
Class WorkspacePoolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sas.net.util.WrapperException
                    |
                    +--com.sas.iom.WorkspacePoolException

Deprecated. WorkspacePoolDriver and WorkspacePoolException have been deprecated in favor of the less ambiguous WorkspaceFactory and WorkspaceFactoryException.

public class WorkspacePoolException
extends WrapperException

The exception class for the deprecated class WorkspacePoolDriver.

See Also:
WorkspaceFactoryException, Serialized Form

Constructor 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.
 
Methods inherited from class com.sas.net.util.WrapperException
fillInStackTrace, getLocalizedMessage, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkspacePoolException

public WorkspacePoolException()
Deprecated. 
No-argument constructor.

WorkspacePoolException

public WorkspacePoolException(java.lang.String message)
Deprecated. 
Constructor with message.
Parameters:
message - a message adding detail to the exception

WorkspacePoolException

public WorkspacePoolException(java.lang.Throwable nestedException)
Deprecated. 
Wrapper constructor.
Parameters:
nestedException - exception being wrapped

WorkspacePoolException

public WorkspacePoolException(java.lang.String message,
                              java.lang.Throwable nestedException)
Deprecated. 
Wrapper constructor.
Parameters:
message - a message to include in the exception.
nestedException - an exception being wrapped.