com.sun.j2ee.blueprints.petstore.control
Class GeneralFailureException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sun.j2ee.blueprints.petstore.control.GeneralFailureException
- public class GeneralFailureException
- extends java.lang.RuntimeException
- implements java.io.Serializable
This exception is the base class for all the web runtime exceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
GeneralFailureException
public GeneralFailureException(java.lang.String s)
GeneralFailureException
public GeneralFailureException(java.lang.String s,
java.lang.Throwable t)
getThrowable
public java.lang.String getThrowable()
Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.