pl.edu.pjwstk.yaod.store
Class InternalStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pl.edu.pjwstk.yaod.store.InternalStoreException
All Implemented Interfaces:
java.io.Serializable

public class InternalStoreException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InternalStoreException(java.lang.String err)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalStoreException

public InternalStoreException(java.lang.String err)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable