| |
|
| java.lang.Object java.lang.Throwable java.lang.Error org.josso.gateway.ServiceLocatorConfigurationError
ServiceLocatorConfigurationError | public class ServiceLocatorConfigurationError extends Error (Code) | | Exception to notify factory errors.
author: Gianluca Brigandi version: CVS $Id: ServiceLocatorConfigurationError.java 508 2008-02-18 13:32:29Z sgonzalez $ |
ServiceLocatorConfigurationError | public ServiceLocatorConfigurationError()(Code) | | Constructs a new instance of ServiceLocatorConfigurationError without detail.
|
ServiceLocatorConfigurationError | public ServiceLocatorConfigurationError(String msg)(Code) | | Constructs a new instance of ServiceLocatorConfigurationError with detail.
|
ServiceLocatorConfigurationError | public ServiceLocatorConfigurationError(Exception e)(Code) | | Constructs a new instance of ServiceLocatorConfigurationError with the root cause.
|
ServiceLocatorConfigurationError | public ServiceLocatorConfigurationError(Exception e, String msg)(Code) | | Constructs a new instance of ServiceLocatorConfigurationError with the root cause
and the detail.
|
getException | public Exception getException()(Code) | | Returns the root cause of this error.
|
|
|
|