monrovia.server.core
Class StorageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--monrovia.server.core.StorageException

public class StorageException
extends java.lang.Exception

Exception that storage implementation can throw in case of error.


Constructor Summary
StorageException(java.lang.String pMessage)
          Constructor.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageException

public StorageException(java.lang.String pMessage)
Constructor.

Parameters:
pMessage - Error message to show for the user.