com.funambol.common.pim.model.common
Class VisitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.common.pim.model.common.VisitorException
All Implemented Interfaces:
java.io.Serializable

public class VisitorException
extends java.lang.Exception

This exception is raised by classes that implement the Visitor interface.

Version:
$Id: VisitorException.java,v 1.2 2007-11-28 11:14:04 nichele Exp $
See Also:
Serialized Form

Constructor Summary
VisitorException()
          Creates a new instance of VisitorException.
VisitorException(java.lang.String message)
           
VisitorException(java.lang.String message, java.lang.Throwable cause)
           
VisitorException(java.lang.Throwable cause)
           
 
Method Summary
 
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

VisitorException

public VisitorException()
Creates a new instance of VisitorException.


VisitorException

public VisitorException(java.lang.String message)

VisitorException

public VisitorException(java.lang.Throwable cause)

VisitorException

public VisitorException(java.lang.String message,
                        java.lang.Throwable cause)


Copyright © 2001-2009 Funambol.