com.primix.tapestry.record
Class PageRecorderSerializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.primix.tapestry.record.PageRecorderSerializationException
All Implemented Interfaces:
java.io.Serializable

public class PageRecorderSerializationException
extends java.io.IOException

A subclass of IOException used when page recorders are unable to serialize or deserialize their state. This is necessary to store the root cause exception.

Since:
0.2.9
Version:
$Id: PageRecorderSerializationException.java,v 1.4 2001/05/02 14:15:16 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Constructor Summary
PageRecorderSerializationException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
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
 

Constructor Detail

PageRecorderSerializationException

public PageRecorderSerializationException(java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()