org.eclipse.higgins.userprofile
Class NoSuchEntityException

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

public class NoSuchEntityException
extends UserProfileException

See Also:
Serialized Form

Constructor Summary
NoSuchEntityException()
           
NoSuchEntityException(String message)
           
NoSuchEntityException(String message, Throwable cause)
           
NoSuchEntityException(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

NoSuchEntityException

public NoSuchEntityException()

NoSuchEntityException

public NoSuchEntityException(String message)
Parameters:
message -

NoSuchEntityException

public NoSuchEntityException(Throwable cause)
Parameters:
cause -

NoSuchEntityException

public NoSuchEntityException(String message,
                             Throwable cause)
Parameters:
message -
cause -