org.smartcomps.twister.common.persistence
Class CreationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.engine.exception.EngineException
                    |
                    +--org.smartcomps.twister.common.persistence.CreationException
All Implemented Interfaces:
java.io.Serializable

public class CreationException
extends EngineException

Thrown when an object cannot be created (persisted) for business meaningful reasons (i.e. an equivalent object already exists).

See Also:
Serialized Form

Constructor Summary
CreationException(java.lang.String s)
           
CreationException(java.lang.String s, java.lang.Throwable throwable)
           
CreationException(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreationException

public CreationException(java.lang.String s)

CreationException

public CreationException(java.lang.String s,
                         java.lang.Throwable throwable)

CreationException

public CreationException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.