com.uwyn.drone.modules.faqmanagement.exceptions
Class GetFaqByIdErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.modules.exceptions.FaqManagerException
              extended bycom.uwyn.drone.modules.faqmanagement.exceptions.GetFaqByIdErrorException
All Implemented Interfaces:
Serializable

public class GetFaqByIdErrorException
extends FaqManagerException

See Also:
Serialized Form

Constructor Summary
GetFaqByIdErrorException(int id)
           
GetFaqByIdErrorException(int id, DatabaseException cause)
           
 
Method Summary
 int getId()
           
 
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
 

Constructor Detail

GetFaqByIdErrorException

public GetFaqByIdErrorException(int id)

GetFaqByIdErrorException

public GetFaqByIdErrorException(int id,
                                DatabaseException cause)
Method Detail

getId

public int getId()


Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.