net.sourceforge.fluxion.spi.exception
Class ServiceConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
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
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 |
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.