org.apache.avalon.composition.model
Class ServiceUnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.composition.model.ModelException
org.apache.avalon.composition.model.ServiceException
org.apache.avalon.composition.model.ServiceUnknownException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class ServiceUnknownException
- extends ServiceException
Exception to indicate that a service defintioon is unknown within
the scope of a service manager.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/24 09:31:22 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
ServiceUnknownException
public ServiceUnknownException(String message)
- Construct a new
ServiceUnknownException
instance.
- Parameters:
message
- The detail message for this exception.
ServiceUnknownException
public ServiceUnknownException(String message,
Throwable throwable)
- Construct a new
ServiceUnknownException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © Apache Software Foundation. All Rights Reserved.