de.smartics.properties.spi.config.transfer
Class NoConfigurationKeyForPropertiesMessageBean

Package class diagram package NoConfigurationKeyForPropertiesMessageBean
java.lang.Object
  extended by de.smartics.exceptions.i18n.AbstractMessageBean
      extended by de.smartics.properties.api.core.app.AbstractBaseMessageBean
          extended by de.smartics.properties.spi.config.transfer.NoConfigurationKeyForPropertiesMessageBean
All Implemented Interfaces:
de.smartics.exceptions.i18n.MessageBean, TransferMessageBean, Serializable

public final class NoConfigurationKeyForPropertiesMessageBean
     
     
extends AbstractBaseMessageBean
implements TransferMessageBean

Provides information to signal that there is no configuration key for a given properties file.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageBean
code, localizedInfo
 
Constructor Summary
NoConfigurationKeyForPropertiesMessageBean(String propertiesFile)
          Constructor without cause.
NoConfigurationKeyForPropertiesMessageBean(Throwable cause, String propertiesFile)
          Default constructor.
 
Method Summary
 
Methods inherited from class de.smartics.exceptions.i18n.AbstractMessageBean
getCause, getCauseTrail, getCauseTrail, getClassLoader, getCode, getLocalizedInfo, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessages, getMessages, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.smartics.exceptions.i18n.MessageBean
getCause, getCauseTrail, getCauseTrail, getCode, getLocalizedInfo, getMessage, getMessages
 

Constructor Detail

NoConfigurationKeyForPropertiesMessageBean

public NoConfigurationKeyForPropertiesMessageBean(String propertiesFile)
Constructor without cause.

Parameters:
propertiesFile - the name of the properties file for which no configuration key could be determined.

NoConfigurationKeyForPropertiesMessageBean

public NoConfigurationKeyForPropertiesMessageBean(Throwable cause,
                                                  String propertiesFile)
Default constructor.

Parameters:
cause - the cause to the problem.
propertiesFile - the name of the properties file for which no configuration key could be determined.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.