de.smartics.properties.config.transfer.filesystem
Class TransferMessageBean

java.lang.Object
  extended by de.smartics.exceptions.i18n.AbstractMessageBean
      extended by de.smartics.properties.api.core.app.AbstractBaseMessageBean
          extended by de.smartics.properties.api.config.domain.ConfigurationMessageBean
              extended by de.smartics.properties.config.transfer.filesystem.TransferMessageBean
All Implemented Interfaces:
de.smartics.exceptions.i18n.MessageBean, Serializable

public class TransferMessageBean
     
     
extends ConfigurationMessageBean

Provides context information for transfer problems.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageBean
code, localizedInfo
 
Constructor Summary
TransferMessageBean(TransferFileCode code, ConfigurationKey<?> key, File targetFolder)
          Constructor without cause.
TransferMessageBean(TransferFileCode code, Throwable cause, ConfigurationKey<?> key, File targetFolder)
          Default constructor.
 
Method Summary
 
Methods inherited from class de.smartics.properties.api.config.domain.ConfigurationMessageBean
getKey
 
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
 

Constructor Detail

TransferMessageBean

public TransferMessageBean(TransferFileCode code,
                           ConfigurationKey<?> key,
                           File targetFolder)
Constructor without cause.

Parameters:
code - the error or exception code of the exception.
key - the key to the configuration that signaled problems.
targetFolder - the target folder involved in the transfer problem.

TransferMessageBean

public TransferMessageBean(TransferFileCode code,
                           Throwable cause,
                           ConfigurationKey<?> key,
                           File targetFolder)
Default constructor.

Parameters:
code - the error or exception code of the exception.
cause - the cause to the problem.
key - the key to the configuration that signaled problems.
targetFolder - the target folder involved in the transfer problem.


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