atg.service.idgen
Class IdGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.service.idgen.IdGeneratorException
All Implemented Interfaces:
ContainableException, java.io.Serializable

public class IdGeneratorException
extends ContainerException

An exception created by an id generator. This is a ContainerException. Typically the contained exceptions will be IOExceptions or SQLExceptions.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
IdGeneratorException(java.lang.String pMessage)
          Construct an IdGeneratorException
IdGeneratorException(java.lang.String pMessage, java.lang.Throwable pSourceException)
          Construct an IdGeneratorException
IdGeneratorException(java.lang.Throwable pSourceException)
          Construct an IdGeneratorException
 
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 java.lang.String CLASS_VERSION
Class version string

Constructor Detail

IdGeneratorException

public IdGeneratorException(java.lang.String pMessage)
Construct an IdGeneratorException

Parameters:
pMessage - message

IdGeneratorException

public IdGeneratorException(java.lang.Throwable pSourceException)
Construct an IdGeneratorException

Parameters:
pSourceException - source exception
pMessage - message

IdGeneratorException

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

Parameters:
pSourceException - source exception
pMessage - message