com.uwyn.drone.modules.exceptions
Class SeenManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.uwyn.drone.modules.exceptions.SeenManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GetSeenErrorException, InstallErrorException, RecordSeenErrorException, RemoveErrorException

public class SeenManagerException
extends Exception

See Also:
Serialized Form

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

Constructor Detail

SeenManagerException

public SeenManagerException(String message)

SeenManagerException

public SeenManagerException(String message,
                            Throwable cause)

SeenManagerException

public SeenManagerException(Throwable cause)


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