All Examples  XML Examples  BizTalk Example

Class examples.xml.biztalk.BizException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----examples.xml.biztalk.BizException

public class BizException
extends Exception
Thrown when the BizTalk Server fails to read the incoming message.

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

Constructor Index

 o BizException()
 o BizException(String)

Constructors

 o BizException
 public BizException()
 o BizException
 public BizException(String s)

All Examples  XML Examples  BizTalk Example