jrun.jms.core.persistence
Class FailedToCreateStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.jms.core.persistence.FailedToCreateStoreException
All Implemented Interfaces:
java.io.Serializable

public class FailedToCreateStoreException
extends java.lang.Exception

This exception is raised when a persistence store fails to initialise.

See Also:
Serialized Form

Constructor Summary
FailedToCreateStoreException()
          Default constructor with no additional info.
FailedToCreateStoreException(java.lang.String reason)
          Construct an instance of this exception with the specified reason.
 
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

FailedToCreateStoreException

public FailedToCreateStoreException()
Default constructor with no additional info.

FailedToCreateStoreException

public FailedToCreateStoreException(java.lang.String reason)
Construct an instance of this exception with the specified reason.
Parameters:
reason -  


Copyright � 2002 Macromedia Corporation. All Rights Reserved.