org.xoe.core.content
Class StashException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.xoe.core.content.StashException
All Implemented Interfaces:
Serializable

public class StashException
extends IOException

Indicates that there was an exception while accessing the Stash.

See Also:
Serialized Form

Constructor Summary
StashException(String msg)
           
 
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

StashException

public StashException(String msg)