no.feide.moria.store
Class MoriaStoreConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by no.feide.moria.store.MoriaStoreException
              extended by no.feide.moria.store.MoriaStoreConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class MoriaStoreConfigurationException
extends MoriaStoreException

Signals that something failed when trying to configure the store.

Version:
$Revision: 1.6 $
Author:
Bjørn Ola Smievoll <b.o@smievoll.no>
See Also:
Serialized Form

Constructor Summary
MoriaStoreConfigurationException(java.lang.String message)
          Constructor.
MoriaStoreConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
MoriaStoreConfigurationException(java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoriaStoreConfigurationException

public MoriaStoreConfigurationException(java.lang.String message)
Constructor. Creates a new exception with only an exception message.

Parameters:
message - The exception message.
See Also:
MoriaStoreException.MoriaStoreException(java.lang.String)

MoriaStoreConfigurationException

public MoriaStoreConfigurationException(java.lang.Throwable cause)
Constructor. Creates a new exception with only a cause.

Parameters:
cause - The exception cause.
See Also:
MoriaStoreException.MoriaStoreException(java.lang.Throwable)

MoriaStoreConfigurationException

public MoriaStoreConfigurationException(java.lang.String message,
                                        java.lang.Throwable cause)
Constructor. Creates a new exception with both an exception message and a cause.

Parameters:
message - The exception message.
cause - The exception cause.
See Also:
MoriaStoreException.MoriaStoreException(java.lang.String, java.lang.Throwable)


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.