com.ozziefix.jlwizard.exceptions
Class ForwardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ozziefix.jlwizard.exceptions.WizardException
              extended by com.ozziefix.jlwizard.exceptions.ForwardException
All Implemented Interfaces:
java.io.Serializable

public class ForwardException
extends WizardException

This exception is thrown when a forward to another pages fails.

Version:
$Revision: 1.1 $
Author:
Jurgen Lust
See Also:
Serialized Form

Constructor Summary
ForwardException()
           Create a new ForwardException
ForwardException(java.lang.String message)
           Create a new ForwardException
ForwardException(java.lang.String message, java.lang.Throwable cause)
           Create a new ForwardException
ForwardException(java.lang.Throwable cause)
           Create a new ForwardException
 
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

ForwardException

public ForwardException()

Create a new ForwardException


ForwardException

public ForwardException(java.lang.String message)

Create a new ForwardException

Parameters:
message - the error message

ForwardException

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

Create a new ForwardException

Parameters:
message - the error message
cause - the cause of the exception

ForwardException

public ForwardException(java.lang.Throwable cause)

Create a new ForwardException

Parameters:
cause - the cause of the exception


Copyright © 2004 - 2005 by Jurgen Lust.