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

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.SetRandomErrorException
All Implemented Interfaces:
Serializable

public class SetRandomErrorException
extends FaqManagerException

See Also:
Serialized Form

Constructor Summary
SetRandomErrorException(String name, boolean state)
           
SetRandomErrorException(String name, boolean state, DatabaseException cause)
           
 
Method Summary
 String getName()
           
 boolean getState()
           
 
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

SetRandomErrorException

public SetRandomErrorException(String name,
                               boolean state)

SetRandomErrorException

public SetRandomErrorException(String name,
                               boolean state,
                               DatabaseException cause)
Method Detail

getName

public String getName()

getState

public boolean getState()


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.