net.sourceforge.fluxion.spi.exception
Class ServiceConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by net.sourceforge.fluxion.spi.exception.ServiceConfigurationError
All Implemented Interfaces:
java.io.Serializable

public class ServiceConfigurationError
extends java.lang.Error

An error that gets thrown whenever a service discovery hits a problem; this may be due to classloading problems, class-cast problems or other related difficulties.

Author:
Tony Burdett, Matthew Pocock
See Also:
Serialized Form

Constructor Summary
ServiceConfigurationError()
           
ServiceConfigurationError(java.lang.String message)
           
ServiceConfigurationError(java.lang.String message, java.lang.Throwable cause)
           
ServiceConfigurationError(java.lang.Throwable 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

ServiceConfigurationError

public ServiceConfigurationError()

ServiceConfigurationError

public ServiceConfigurationError(java.lang.String message)

ServiceConfigurationError

public ServiceConfigurationError(java.lang.Throwable cause)

ServiceConfigurationError

public ServiceConfigurationError(java.lang.String message,
                                 java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.