net.sourceforge.taverna.publish
Class PublicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.taverna.publish.PublicationException
All Implemented Interfaces:
java.io.Serializable

public class PublicationException
extends java.lang.Exception

This class represents an Exception thrown during the publication process. Last edited by $Author: sowen70 $

Version:
$Revision: 1.2 $
Author:
Mark
See Also:
Serialized Form

Constructor Summary
PublicationException(java.lang.String msg)
           
PublicationException(java.lang.Throwable th)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicationException

public PublicationException(java.lang.String msg)

PublicationException

public PublicationException(java.lang.Throwable th)