apollo.Storable
Class StorableNotSynchronizableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--apollo.Storable.StorableException
                          |
                          +--apollo.Storable.StorableNotSynchronizableException
All Implemented Interfaces:
java.io.Serializable

public class StorableNotSynchronizableException
extends StorableException

StorableNotSynchronizableException.java Created: Thu Dec 21 17:24:20 2000

See Also:
Serialized Form

Constructor Summary
StorableNotSynchronizableException(java.lang.String s)
           
 
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

StorableNotSynchronizableException

public StorableNotSynchronizableException(java.lang.String s)