br.shob
Class ObjectLostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--br.shob.ObjectLostException
All Implemented Interfaces:
Serializable

public class ObjectLostException
extends Exception

Version:
$Revision: 1.3 $
Author:
crolmos, dukejeffrie
See Also:
Serialized Form
Created:
September 1, 2002

Constructor Summary
ObjectLostException()
          Constructor for the ObjectLostException object
ObjectLostException(String msg)
          Constructor for the ObjectLostException object
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectLostException

public ObjectLostException()
Constructor for the ObjectLostException object


ObjectLostException

public ObjectLostException(String msg)
Constructor for the ObjectLostException object

Parameters:
msg - Description of the Parameter