Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.upgrade
Class UpgradeTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.forum.upgrade.UpgradeTaskException
All Implemented Interfaces:
java.io.Serializable

public class UpgradeTaskException
extends java.lang.Exception

A special exception used for upgrade task failures that is used to display the upgrade task instructions to the user.

Since:
5.1.0
See Also:
Serialized Form

Constructor Summary
UpgradeTaskException(java.lang.String name, int version, java.lang.String instructions, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getInstructions()
           
 java.lang.String getName()
           
 int getVersion()
           
 
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

UpgradeTaskException

public UpgradeTaskException(java.lang.String name,
                            int version,
                            java.lang.String instructions,
                            java.lang.Exception e)
Method Detail

getName

public java.lang.String getName()

getVersion

public int getVersion()

getInstructions

public java.lang.String getInstructions()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.