com.sas.iom
Class WorkspaceFactoryException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sas.util.UncheckedException
|
+--com.sas.iom.WorkspaceFactoryException
- All Implemented Interfaces:
- public class WorkspaceFactoryException
- extends UncheckedException
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
WorkspaceFactoryException
public WorkspaceFactoryException()
- No-argument constructor.
WorkspaceFactoryException
public WorkspaceFactoryException(String message)
- Constructor with message.
- Parameters:
message - a message adding detail to the exception
WorkspaceFactoryException
public WorkspaceFactoryException(Throwable nestedException)
- Wrapper constructor.
- Parameters:
nestedException - exception being wrapped
WorkspaceFactoryException
public WorkspaceFactoryException(String message,
Throwable nestedException)
- Wrapper constructor.
- Parameters:
message - a message to include in the exception.nestedException - an exception being wrapped.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:51