de.espirit.firstspirit.ui.gadgets.aspects.transfer
Class TransferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.espirit.firstspirit.ui.gadgets.aspects.transfer.TransferException
All Implemented Interfaces:
Serializable

public class TransferException
extends Exception

Exception thrown if consuming a commodity failed.

Since:
4.2.405
See Also:
Serialized Form

Constructor Summary
TransferException(String message)
          Constructs a transfer exception with the given message.
TransferException(String message, Throwable cause)
          Constructs a tansfer exception with the given message and a reference to a cause.
 
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

TransferException

public TransferException(String message)
Constructs a transfer exception with the given message.

Parameters:
message - The message describing the exception.
Since:
4.2.405

TransferException

public TransferException(String message,
                         Throwable cause)
Constructs a tansfer exception with the given message and a reference to a cause.

Parameters:
message - The message describing the exception.
cause - The causing exception or error.
Since:
4.2.405


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480