org.figure8.join.core
Class InfrastructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.figure8.join.core.InfrastructureException
All Implemented Interfaces:
java.io.Serializable

public class InfrastructureException
extends java.lang.RuntimeException

Extension of RuntimeException thrown by Join technical layers.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
InfrastructureException(java.lang.String msg)
          Creates a new instance of InfrastructureException.
InfrastructureException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance of InfrastructureException.
InfrastructureException(java.lang.Throwable cause)
          Creates a new instance of InfrastructureException.
 
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

InfrastructureException

public InfrastructureException(java.lang.String msg)
Creates a new instance of InfrastructureException.

Parameters:
msg - Message for this exception

InfrastructureException

public InfrastructureException(java.lang.Throwable cause)
Creates a new instance of InfrastructureException.

Parameters:
cause - Root throwable for this exception

InfrastructureException

public InfrastructureException(java.lang.String msg,
                               java.lang.Throwable cause)
Creates a new instance of InfrastructureException.

Parameters:
msg - Message for this exception
cause - Root throwable for this exception


Copyright © 2005-2008 Join. All Rights Reserved.