Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.seeq.utilities.exception.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException extends RuntimeException
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
    • NotImplementedException

      public NotImplementedException(String message)
    • NotImplementedException

      public NotImplementedException(String message, Exception parentException)