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:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException(String message)