Class NotImplementedException

  • All Implemented Interfaces:
    Serializable

    public class NotImplementedException
    extends PicketLinkException

    An exception that indicates that something is not ready for use. Usually, this exception is thrown from methods not fully implemented or tested but available for invocation.

    Author:
    Pedro Igor
    See Also:
    Serialized Form
    • Constructor Detail

      • NotImplementedException

        public NotImplementedException​(String message)