atg.adapter.gsa
Class SQLProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by 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
 
Method Summary
 
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
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

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 exception
pMessage - message

SQLProcessorException

public SQLProcessorException(java.lang.String pMessage,
                             java.lang.Throwable pSourceException)
Construct an SQLProcessorException

Parameters:
pSourceException - source exception
pMessage - message


Copyright © 2009. All Rights Reserved.