org.jwaf.bo
Class BusinessObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwaf.bo.BusinessObjectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicatePersistenceException

public class BusinessObjectException
extends java.lang.Exception

The base business object exceptions

See Also:
Serialized Form

Constructor Summary
BusinessObjectException()
          Creates new BusinessObjectException without detail message.
BusinessObjectException(java.lang.String msg)
          Constructs an BusinessObjectException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessObjectException

public BusinessObjectException()
Creates new BusinessObjectException without detail message.

BusinessObjectException

public BusinessObjectException(java.lang.String msg)
Constructs an BusinessObjectException with the specified detail message.
Parameters:
msg - the detail message.