Java Client API Reference 6.0.2.61

com.baan.b3.boi1
Class BoiProgrammingRException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.baan.b3.boi1.BoiProgrammingRException
All Implemented Interfaces:
java.io.Serializable

public class BoiProgrammingRException
extends java.lang.RuntimeException

Indicates that an illegal programming construct has been used by the client application.

Version:
Build Nr 61, file version \\main\\3, 15:08:53 24-07-2006 UTC
See Also:
Serialized Form

Constructor Summary
BoiProgrammingRException()
          Default constructor; no message is created.
BoiProgrammingRException(java.lang.String p_message)
          Adds a 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

BoiProgrammingRException

public BoiProgrammingRException()
Default constructor; no message is created.
Threading policy: MTSafe

BoiProgrammingRException

public BoiProgrammingRException(java.lang.String p_message)
Adds a message.
Threading policy: MTSafe
Parameters:
p_message - a message associated with this exception (must not be null)

Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.