atg.adapter.gsa
Class SQLProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.adapter.gsa.SQLProcessorException
- All Implemented Interfaces:
- atg.core.exception.ContainableException, java.io.Serializable
public class SQLProcessorException
- extends atg.core.exception.ContainerException
An exception created by the SQLProcessorEngine.
Class derived from IDGeneratorException by mgk.
- Version:
- $Id: //test/UnitTests/base/main/src/Java/atg/test/apiauto/util/SQLProcessorException.java#1 $
- Author:
- mrf
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CLASS_VERSION
Class version string |
Constructor Summary |
SQLProcessorException(java.lang.String pMessage)
Construct an SQLProcessorException |
SQLProcessorException(java.lang.String pMessage,
java.lang.Throwable pSourceException)
Construct an SQLProcessorException |
SQLProcessorException(java.lang.Throwable pSourceException)
Construct an SQLProcessorException |
Methods inherited from class atg.core.exception.ContainerException |
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
- Constant Field Values
SQLProcessorException
public SQLProcessorException(java.lang.String pMessage)
- Construct an SQLProcessorException
- Parameters:
pMessage
- message
SQLProcessorException
public SQLProcessorException(java.lang.Throwable pSourceException)
- Construct an SQLProcessorException
- Parameters:
pSourceException
- source exceptionpMessage
- message
SQLProcessorException
public SQLProcessorException(java.lang.String pMessage,
java.lang.Throwable pSourceException)
- Construct an SQLProcessorException
- Parameters:
pSourceException
- source exceptionpMessage
- message
Copyright © 2009. All Rights Reserved.