BEA Systems, Inc.

com.beasys.commerce.bridge.spi
Class SPIException

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

public abstract class SPIException
extends java.lang.Exception

Subclasses of the SPIException passes implementation specific exceptions through the an interface

See Also:
Serialized Form

Field Summary
protected  java.lang.Exception spiException
           
 
Constructor Summary
SPIException()
          constructor
SPIException(java.lang.Exception spiException)
          constructor
SPIException(java.lang.String message)
          constructor
 
Method Summary
 java.lang.Exception getSPIException()
           
 void TRACE(char flag)
          Trace self to theory center's TRACE utility.
 
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
 

Field Detail

spiException

protected java.lang.Exception spiException
Constructor Detail

SPIException

public SPIException()
constructor

SPIException

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

SPIException

public SPIException(java.lang.Exception spiException)
constructor
Parameters:
targetException - application exception
Method Detail

TRACE

public void TRACE(char flag)
Trace self to theory center's TRACE utility. Traces target exception if available, else traces self.

getSPIException

public java.lang.Exception getSPIException()
Returns:
implementation specific exception

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved