BEA Systems, Inc.

com.beasys.commerce.bridge.bmp
Class BMPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.bridge.spi.SPIException
                    |
                    +--com.beasys.commerce.bridge.bmp.BMPException

public class BMPException
extends SPIException

The BMPException passes implementation specific BMP exceptions through the SmartBMP interface

See Also:
Serialized Form

Constructor Summary
BMPException()
          constructor
BMPException(java.lang.Exception spiException)
          constructor
BMPException(java.lang.String message)
          constructor
 
Methods inherited from class com.beasys.commerce.bridge.spi.SPIException
getSPIException, TRACE
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BMPException

public BMPException()
constructor

BMPException

public BMPException(java.lang.String message)
constructor
Parameters:
message - text error message

BMPException

public BMPException(java.lang.Exception spiException)
constructor
Parameters:
targetException - application exception

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved