Class NotImplementedException

  • All Implemented Interfaces:
    Serializable

    public class NotImplementedException
    extends GeneralException
    For methods that have not been implemented.

    Created by Jeff Gaynor
    on Oct 31, 2010 at 6:44:13 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • NotImplementedException

        public NotImplementedException()
      • NotImplementedException

        public NotImplementedException​(Throwable cause)
      • NotImplementedException

        public NotImplementedException​(String message)
      • NotImplementedException

        public NotImplementedException​(String message,
                                       Throwable cause)