org.eclipse.higgins.userprofile
Class CategoryNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.userprofile.UserProfileException
              extended byorg.eclipse.higgins.userprofile.CategoryNotFoundException
All Implemented Interfaces:
Serializable

public class CategoryNotFoundException
extends UserProfileException

See Also:
Serialized Form

Constructor Summary
CategoryNotFoundException()
           
CategoryNotFoundException(String message)
           
CategoryNotFoundException(String message, Throwable cause)
           
CategoryNotFoundException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -