fr.paris5.shaman.insight.integrity
Class PublicationNotOwnedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fr.paris5.shaman.insight.integrity.IntegrityException
                    |
                    +--fr.paris5.shaman.insight.integrity.ConsistencyException
                          |
                          +--fr.paris5.shaman.insight.integrity.PublicationNotOwnedException
All Implemented Interfaces:
java.io.Serializable

public class PublicationNotOwnedException
extends ConsistencyException

Thrown when a Publication is said to be owned by a Topic, but the underlying Topic has no Publication with the given Publication Id.

Version:
$Id: PublicationNotOwnedException.java,v 1.2 2002/07/25 13:18:08 caillette Exp $
Author:
Laurent Caillette
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PublicationNotOwnedException(long topicId, long publicationId)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

PublicationNotOwnedException

public PublicationNotOwnedException(long topicId,
                                    long publicationId)


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.