Java Client API Reference 6.0.2.61

com.ssaglobal.bde
Class BdeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ssaglobal.bde.BdeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BdeCommunicationException, BdeResultException

public class BdeException
extends java.lang.Exception

BdeExcption is thrown on any error on working with BDE Proxies, it is the superclass for BdeCommunicationException and BdeResultException

See Also:
Serialized Form

Constructor Summary
BdeException()
          Creates a new instance of Exception without a message.
BdeException(java.lang.String msg)
          Constructs an instance of Exception with the specified message.
 
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

BdeException

public BdeException()
Creates a new instance of Exception without a message.

BdeException

public BdeException(java.lang.String msg)
Constructs an instance of Exception with the specified message.
Parameters:
msg - the message.

Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.