javax.jdo
Class  JDOFatalInternalException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.jdo.JDOException
                          |
                          +--javax.jdo.JDOFatalException
                                |
                                +--javax.jdo.JDOFatalInternalException
- All Implemented Interfaces: 
- java.io.Serializable
- public class JDOFatalInternalException- extends JDOFatalException
This class represents errors in the implementation for which no user
 error handling is possible.  The error should be reported to the JDO
 vendor for corrective action.
- Version: 
- 0.9
- Author: 
- Craig Russell
- See Also: 
- Serialized Form
| Constructor Summary | 
| JDOFatalInternalException()Constructs a new
 JDOFatalInternalExceptionwithout a detail message. | 
| JDOFatalInternalException(java.lang.String msg)Constructs a new
 JDOFatalInternalExceptionwith the specified detail message. | 
| JDOFatalInternalException(java.lang.String msg,
                          java.lang.Throwable nested)Constructs a new
 JDOFatalInternalExceptionwith the specified
 detail message and nestedThrowables. | 
| JDOFatalInternalException(java.lang.String msg,
                          java.lang.Throwable[] nested)Constructs a new
 JDOFatalInternalExceptionwith the specified
 detail message and nestedThrowables. | 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getLocalizedMessage, getMessage | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
JDOFatalInternalException
public JDOFatalInternalException()
- Constructs a new JDOFatalInternalExceptionwithout a detail message.
JDOFatalInternalException
public JDOFatalInternalException(java.lang.String msg)
- Constructs a new JDOFatalInternalExceptionwith the specified detail message.
- 
- Parameters:
- msg- the detail message.
 
JDOFatalInternalException
public JDOFatalInternalException(java.lang.String msg,
                                 java.lang.Throwable[] nested)
- Constructs a new JDOFatalInternalExceptionwith the specified
 detail message and nestedThrowables.
- 
- Parameters:
- msg- the detail message.
- nested- the nested- Throwable[].
 
JDOFatalInternalException
public JDOFatalInternalException(java.lang.String msg,
                                 java.lang.Throwable nested)
- Constructs a new JDOFatalInternalExceptionwith the specified
 detail message and nestedThrowables.
- 
- Parameters:
- msg- the detail message.
- nested- the nested- Throwable.