nl.gx.webmanager.services.framework.spi
Class FrameworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.services.framework.spi.FrameworkException
All Implemented Interfaces:
java.io.Serializable

public class FrameworkException
extends java.lang.Exception

General purpose exception to hide exceptions thrown by service providers.

Author:
bramk
See Also:
Serialized Form

Constructor Summary
FrameworkException(java.lang.String message)
          Constructs a ConfigurationException.
FrameworkException(java.lang.String message, java.lang.Throwable cause)
          Constructs a ConfigurationException with 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

FrameworkException

public FrameworkException(java.lang.String message)
Constructs a ConfigurationException.

Parameters:
message - the message

FrameworkException

public FrameworkException(java.lang.String message,
                          java.lang.Throwable cause)
Constructs a ConfigurationException with a cause.

Parameters:
message - the message
cause - the cause


Copyright © 2007-2011 GX Software BV. All Rights Reserved.