com.triactive.jdo.sco
Class SCOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOCanRetryException
                      extended by javax.jdo.JDOUserException
                          extended by com.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.
 
Method Summary
 
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.