All Examples  XML Examples  BizTalk Example

Class examples.xml.biztalk.ejb.biztrader.ProcessingErrorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----examples.xml.biztalk.ejb.biztrader.ProcessingErrorException

public class ProcessingErrorException
extends Exception
This class is used with the examples.xml.biztalk.ejb.biztrader package. ProcessingErrorException is thrown if an error occurs while either buying or selling a stock.

Author:
Copyright (c) 2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o ProcessingErrorException()
Catches exceptions without a specified string
 o ProcessingErrorException(String)
Constructs the appropriate exception with the specified string

Constructors

 o ProcessingErrorException
 public ProcessingErrorException()
Catches exceptions without a specified string

 o ProcessingErrorException
 public ProcessingErrorException(String message)
Constructs the appropriate exception with the specified string

Parameters:
message - Exception message

All Examples  XML Examples  BizTalk Example