com.sas.iom
Class WorkspaceFactoryException

com.sas.iom.WorkspaceFactoryException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

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.

See Also:
Serialized Form

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.
 
Method Summary
 
Methods inherited from class com.sas.util.UncheckedException
getRootException, getTargetException, toString
 

Constructor Detail

WorkspaceFactoryException

public WorkspaceFactoryException()
No-argument constructor.


WorkspaceFactoryException

public WorkspaceFactoryException(java.lang.String message)
Constructor with message.

Parameters:
message - a message adding detail to the exception

WorkspaceFactoryException

public WorkspaceFactoryException(java.lang.Throwable nestedException)
Wrapper constructor.

Parameters:
nestedException - exception being wrapped

WorkspaceFactoryException

public WorkspaceFactoryException(java.lang.String message,
                                 java.lang.Throwable nestedException)
Wrapper constructor.

Parameters:
message - a message to include in the exception.
nestedException - an exception being wrapped.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.