de.torstennahm.integrate
Class IntegrationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.torstennahm.integrate.IntegrationFailedException
All Implemented Interfaces:
java.io.Serializable

public class IntegrationFailedException
extends java.lang.Exception

This exception is thrown if the integration cannot be completed.

Author:
Torsten Nahm
See Also:
Serialized Form

Constructor Summary
IntegrationFailedException()
          Constructs a new exception with null as its detail message.
IntegrationFailedException(java.lang.String string)
          Constructs a new exception with the specified detail message.
 
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

IntegrationFailedException

public IntegrationFailedException()
Constructs a new exception with null as its detail message.


IntegrationFailedException

public IntegrationFailedException(java.lang.String string)
Constructs a new exception with the specified detail message.

Parameters:
string - detail message