org.jpox.exceptions
Class ClassNotResolvedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byorg.jpox.exceptions.ClassNotResolvedException
All Implemented Interfaces:
java.io.Serializable

public class ClassNotResolvedException
extends javax.jdo.JDOException

A ClassNotResolvedException is thrown if an attempt is made to load a class that is cannot be found by the ClassLoaderResolver.

Version:
$Revision: 1.3 $
See Also:
Serialized Form

Constructor Summary
ClassNotResolvedException(java.lang.String msg)
          Constructs a class-not-detachable exception with the specified detail message and nested exception.
ClassNotResolvedException(java.lang.String msg, java.lang.Throwable nested)
          Constructs a class-not-detachable exception with the specified detail message and nested exception.
 
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

ClassNotResolvedException

public ClassNotResolvedException(java.lang.String msg,
                                 java.lang.Throwable nested)
Constructs a class-not-detachable exception with the specified detail message and nested exception.

Parameters:
msg - the exception message
nested - the nested exception(s).

ClassNotResolvedException

public ClassNotResolvedException(java.lang.String msg)
Constructs a class-not-detachable exception with the specified detail message and nested exception.

Parameters:
msg - the exception message


Copyright © -2007 . All Rights Reserved.