| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.providers.service.provision.ProviderProvisionException
ProviderProvisionException | public class ProviderProvisionException extends Exception (Code) | | A ProviderProvisionException is thrown when there is an unrecoverable error
in implementation.
|
ProviderProvisionException | public ProviderProvisionException(String listenerName, String msg)(Code) | | Constructs a new exception with the specified message, indicating an
error in the provider as happened.
Parameters: msg - The descriptive message. |
ProviderProvisionException | public ProviderProvisionException(String listenerName, String msg, Throwable t)(Code) | | Constructs a new exception with the specified message, and the original
exception or error , indicating an error in the
implementation as happened.
Parameters: msg - The descriptive message. Parameters: e - The original exception or error . |
printStackTrace | public void printStackTrace()(Code) | | |
|
|