org.opennms.web.category
Class CategoryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opennms.web.category.CategoryNotFoundException
- All Implemented Interfaces:
- Serializable
public class CategoryNotFoundException
- extends RuntimeException
CategoryNotFoundException class.
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
category
protected String category
CategoryNotFoundException
public CategoryNotFoundException(String category)
Constructor for CategoryNotFoundException.
- Parameters:
category - a String object.
getCategory
public String getCategory()
Getter for the field category.
- Returns:
- a
String object.
Copyright © 2011. All Rights Reserved.