atg.service.idgen
Class IdGeneratorException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           atg.core.exception.ContainerException
atg.core.exception.ContainerException
               atg.service.idgen.IdGeneratorException
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_VERSIONClass 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
 | 
 
 
 
| 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 java.lang.String CLASS_VERSION
- Class version string
 
 
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