SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

kodo.util
Class UserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.jdo.JDOException
                          |
                          +--javax.jdo.JDOCanRetryException
                                |
                                +--javax.jdo.JDOUserException
                                      |
                                      +--kodo.util.UserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LockTimedOutException, MappingInfoNotFoundException

public class UserException
extends JDOUserException
implements Serializable

Serializable extensions of the JDOUserException.

Since:
2.5
See Also:
Serialized Form

Constructor Summary
UserException()
           
UserException(String msg)
           
UserException(String msg, Object failed)
           
UserException(String msg, Throwable nested)
           
UserException(String msg, Throwable[] nested)
           
UserException(String msg, Throwable[] nested, Object failed)
           
UserException(String msg, Throwable nested, Object failed)
           
 
Method Summary
 Object writeReplace()
          If the failed object in this exception cannot be serialized, it will be replaced with the Object ID of the object, or the stringified form of the object if it is not persistent.
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserException

public UserException()

UserException

public UserException(String msg)

UserException

public UserException(String msg,
                     Object failed)

UserException

public UserException(String msg,
                     Throwable nested)

UserException

public UserException(String msg,
                     Throwable[] nested)

UserException

public UserException(String msg,
                     Throwable[] nested,
                     Object failed)

UserException

public UserException(String msg,
                     Throwable nested,
                     Object failed)
Method Detail

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
If the failed object in this exception cannot be serialized, it will be replaced with the Object ID of the object, or the stringified form of the object if it is not persistent.

SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.