com.jivesoftware.forum.upgrade
Class UpgradeTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
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 |
UpgradeTaskException
public UpgradeTaskException(java.lang.String name,
int version,
java.lang.String instructions,
java.lang.Exception e)
getName
public java.lang.String getName()
getVersion
public int getVersion()
getInstructions
public java.lang.String getInstructions()
Copyright © 1999-2006 Jive Software.