misc
Class NotAllDataSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by misc.NotAllDataSetException
All Implemented Interfaces:
java.io.Serializable

public class NotAllDataSetException
extends java.lang.Exception

Version:
1.0
Author:
fwalter
See Also:
Serialized Form

Constructor Summary
NotAllDataSetException()
           
NotAllDataSetException(java.lang.String message)
           
NotAllDataSetException(java.lang.String message, java.lang.Throwable cause)
           
NotAllDataSetException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotAllDataSetException

public NotAllDataSetException()

NotAllDataSetException

public NotAllDataSetException(java.lang.String message,
                              java.lang.Throwable cause)

NotAllDataSetException

public NotAllDataSetException(java.lang.String message)

NotAllDataSetException

public NotAllDataSetException(java.lang.Throwable cause)