jhomenet.responsive
Class ResponsiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jhomenet.responsive.ResponsiveException
All Implemented Interfaces:
java.io.Serializable

public class ResponsiveException
extends java.lang.Exception

Version:
$Revision: 1.2 $ Filename: $Source: /cvsroot/jhomenet/files/src/jhomenet/responsive/ResponsiveException.java,v $ Description:
Author:
$Author: dhirwinjr $
See Also:
Serialized Form

Constructor Summary
ResponsiveException()
          Default constructor.
ResponsiveException(java.lang.String arg0)
          Constructor.
ResponsiveException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor.
ResponsiveException(java.lang.Throwable arg0)
          Constructor.
 
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

ResponsiveException

public ResponsiveException()
Default constructor.


ResponsiveException

public ResponsiveException(java.lang.String arg0)
Constructor.

Parameters:
arg0 -

ResponsiveException

public ResponsiveException(java.lang.String arg0,
                           java.lang.Throwable arg1)
Constructor.

Parameters:
arg0 -
arg1 -

ResponsiveException

public ResponsiveException(java.lang.Throwable arg0)
Constructor.

Parameters:
arg0 -


Copyright © 2004-2005 David Irwin. All Rights Reserved.