com.arsdigita.domain
Class InstantiatorNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arsdigita.util.UncheckedWrapperException
com.arsdigita.persistence.PersistenceException
com.arsdigita.domain.InstantiatorNotFoundException
- All Implemented Interfaces:
- Serializable
- public class InstantiatorNotFoundException
- extends PersistenceException
This exception is thrown by DomainObjectFactory
when
it is unable to find an instantiator for a given DataObject
.
- Version:
- $Revision: #7 $
- Author:
- Stanislav Freidin
- See Also:
- Serialized Form
versionId
public static final String versionId
- See Also:
- Constant Field Values
InstantiatorNotFoundException
public InstantiatorNotFoundException(String message)
- Constructor for an InstantiatorNotFoundException which does not wrap
another exception.
InstantiatorNotFoundException
protected InstantiatorNotFoundException(Throwable rootCause)
- Constructor which takes a root cause
that this exception will be wrapping.
InstantiatorNotFoundException
protected InstantiatorNotFoundException(String s,
Throwable rootCause)
- Constructor which takes a message string and a root cause
that this exception will be wrapping. The message string
should be something different than rootCause.getMessage()
would normally provide.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC