Class NotImplementedException

All Implemented Interfaces:
Serializable

public class NotImplementedException extends UnsupportedOperationException
Method is not implemented in currently used implementation.
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
    • NotImplementedException

      public NotImplementedException(String message)
    • NotImplementedException

      public NotImplementedException(String message, Throwable cause)