org.apache.directory.shared.ldap.message.spi
Class ProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.shared.ldap.RuntimeMultiException
org.apache.directory.shared.ldap.message.MessageException
org.apache.directory.shared.ldap.message.spi.ProviderException
- All Implemented Interfaces:
- Serializable
public class ProviderException
- extends MessageException
This exception is thrown when provider specific errors occur.
- Version:
- $Revision: 434411 $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
ProviderException
public ProviderException(Provider a_provider)
- Constructs an Exception without a message.
- Parameters:
a_provider
- The offending Provider that caused the exception.
ProviderException
public ProviderException(Provider a_provider,
String a_message)
- Constructs an Exception with a detailed message.
- Parameters:
a_provider
- The offending Provider that caused the exception.a_message
- The message associated with the exception.
getProvider
public Provider getProvider()
- Gets the provider that caused this exception.
- Returns:
- the offensive Provider.
Copyright © 2004-2012. All Rights Reserved.