jrunx.xml
Class PersistenceContext.ExportFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.util.ReflectionMessageException
                    |
                    +--jrunx.xml.MetaDataException
                          |
                          +--jrunx.xml.PersistenceContext.ExportFailedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PersistenceContext

public static class PersistenceContext.ExportFailedException
extends MetaDataException

Failed to export descriptor file '{descriptor}'.

See Also:
Serialized Form

Field Summary
 java.lang.String descriptor
           
 
Constructor Summary
PersistenceContext.ExportFailedException(java.lang.String descriptor, java.lang.Exception e)
           
 
Methods inherited from class jrunx.xml.MetaDataException
getRootCause
 
Methods inherited from class jrunx.util.ReflectionMessageException
getMessage, getMessage, getMessageString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

descriptor

public java.lang.String descriptor
Constructor Detail

PersistenceContext.ExportFailedException

public PersistenceContext.ExportFailedException(java.lang.String descriptor,
                                                java.lang.Exception e)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.