com.ibm.websphere.samples.beenthere
Class BeenThereException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.samples.beenthere.BeenThereException
All Implemented Interfaces:
java.io.Serializable

public class BeenThereException
extends java.lang.Exception

Thrown to indicate a BeenThere application error has occurred.

Contains a message suitable for display in the BeenThere JSP.

See Also:
Serialized Form

Constructor Summary
BeenThereException(java.lang.String message)
          Creates a new BeenThereException instance.
 
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

BeenThereException

public BeenThereException(java.lang.String message)
Creates a new BeenThereException instance.

Parameters:
message - a message describing the exception