com.triactive.jdo.sco
Class SCOException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               javax.jdo.JDOException
javax.jdo.JDOException
                   javax.jdo.JDOCanRetryException
javax.jdo.JDOCanRetryException
                       javax.jdo.JDOUserException
javax.jdo.JDOUserException
                           com.triactive.jdo.sco.SCOException
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. | 
 
| 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 | 
 
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.