com.triactive.jdo.sco
Class SCOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOCanRetryException
                      extended byjavax.jdo.JDOUserException
                          extended bycom.triactive.jdo.sco.SCOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalArgumentsException, IncompatibleTypeException, NullsNotAllowedException

public class SCOException
extends javax.jdo.JDOUserException

A SCOException indicates an error in the construction or usage of of a second-class object instance.

Author:
Mike Martin
See Also:
Serialized Form

Constructor Summary
SCOException(SCO sco, java.lang.String message)
          Constructs an SCO exception.
SCOException(SCO sco, java.lang.String message, java.lang.Throwable[] nested)
          Constructs an SCO exception with nested Throwables.
 
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, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCOException

public SCOException(SCO sco,
                    java.lang.String message)
Constructs an SCO exception.

Parameters:
sco - The second-class object.
message - The error message.

SCOException

public SCOException(SCO sco,
                    java.lang.String message,
                    java.lang.Throwable[] nested)
Constructs an SCO exception with nested Throwables.

Parameters:
sco - The second-class object.
message - The error message.
nested - The nested Throwables.


Copyright © 2001-2007 The TJDO Project All Rights Reserved.