net.ajaest.lib.exceptions
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.ajaest.lib.exceptions.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
NotImplementedException()
           
NotImplementedException(java.lang.String arg0)
           
NotImplementedException(java.lang.String arg0, java.lang.Throwable arg1)
           
NotImplementedException(java.lang.Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

NotImplementedException

public NotImplementedException()

NotImplementedException

public NotImplementedException(java.lang.String arg0)

NotImplementedException

public NotImplementedException(java.lang.Throwable arg0)

NotImplementedException

public NotImplementedException(java.lang.String arg0,
                               java.lang.Throwable arg1)