org.eclipse.higgins.userprofile
Class CategoryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.userprofile.UserProfileException
org.eclipse.higgins.userprofile.CategoryNotFoundException
- All Implemented Interfaces:
- Serializable
- public class CategoryNotFoundException
- extends UserProfileException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CategoryNotFoundException
public CategoryNotFoundException()
CategoryNotFoundException
public CategoryNotFoundException(String message)
- Parameters:
message -
CategoryNotFoundException
public CategoryNotFoundException(Throwable cause)
- Parameters:
cause -
CategoryNotFoundException
public CategoryNotFoundException(String message,
Throwable cause)
- Parameters:
message - cause -