com.businessobjects.samples.pojo
Class POJOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.businessobjects.samples.pojo.POJOException
All Implemented Interfaces:
java.io.Serializable

public class POJOException
extends java.lang.Error

Describes a failure in POJO result set generation.

See Also:
Serialized Form

Constructor Summary
POJOException()
           
POJOException(java.lang.String reason)
           
POJOException(java.lang.String reason, java.lang.Throwable err)
           
POJOException(java.lang.Throwable err)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

POJOException

public POJOException()

POJOException

public POJOException(java.lang.String reason)

POJOException

public POJOException(java.lang.String reason,
                     java.lang.Throwable err)

POJOException

public POJOException(java.lang.Throwable err)