BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Class ServiceProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.axiom.contact.UserManagementException
                    |
                    +--com.beasys.commerce.axiom.contact.ServiceProviderException

public class ServiceProviderException
extends UserManagementException

Exception thrown when a system error occurs in a ServiceProvider. This will usually occur because of a low-level communications or database-access error which cannot be translated into any other UserManagementException.

See Also:
Serialized Form

Constructor Summary
ServiceProviderException()
          Default constructor.
ServiceProviderException(java.lang.String message)
          Constructor that takes an informative message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceProviderException

public ServiceProviderException()
Default constructor.

ServiceProviderException

public ServiceProviderException(java.lang.String message)
Constructor that takes an informative message.
Parameters:
message - a message describing the error

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved