org.opennms.web.category
Class CategoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.web.category.CategoryNotFoundException
All Implemented Interfaces:
Serializable

public class CategoryNotFoundException
extends RuntimeException

See Also:
Serialized Form

Field Summary
protected  String category
           
 
Constructor Summary
CategoryNotFoundException(String category)
           
 
Method Summary
 String getCategory()
           
 
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
 

Field Detail

category

protected String category
Constructor Detail

CategoryNotFoundException

public CategoryNotFoundException(String category)
Method Detail

getCategory

public String getCategory()


Copyright © 2009. All Rights Reserved.