q1471341.mp1074.integration
Class IntegrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byq1471341.mp1074.integration.IntegrationException
All Implemented Interfaces:
java.io.Serializable

public class IntegrationException
extends java.lang.Exception

This exceptions is thrown if the integration cannot be completed.

Author:
Ulrich Telle
See Also:
Serialized Form

Constructor Summary
IntegrationException()
          Constructs a new exception with null as its detail message.
IntegrationException(java.lang.String string)
          Constructs a new exception with the given detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegrationException

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


IntegrationException

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

Parameters:
string - detail message