fedora.utilities.install
Class InstallationCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fedora.utilities.install.InstallationCancelledException
All Implemented Interfaces:
java.io.Serializable

public class InstallationCancelledException
extends java.lang.Exception

Signals that the user has intentionally cancelled installation.

See Also:
Serialized Form

Constructor Summary
InstallationCancelledException()
           
InstallationCancelledException(java.lang.String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallationCancelledException

public InstallationCancelledException()

InstallationCancelledException

public InstallationCancelledException(java.lang.String msg)