All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.wizards.registry.FolderNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.wizards.registry.FolderNotFoundException

public class FolderNotFoundException
extends Exception
Raised when a registry folder could not be found.


Constructor Index

 o FolderNotFoundException(String)
Report the specified folder could not be found in the registry.

Constructors

 o FolderNotFoundException
 public FolderNotFoundException(String folderName)
Report the specified folder could not be found in the registry.

Parameters:
folderName - The folder that could not be found.

All Packages  Class Hierarchy  This Package  Previous  Next  Index