Class NotImplementedException

All Implemented Interfaces:
com.streambase.sb.util.LocatedItem, Serializable

public class NotImplementedException extends StreamBaseException
Signals that some feature has not yet been implemented.
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException(String message)
      Constructor
      Parameters:
      message - exception message
    • NotImplementedException

      public NotImplementedException(String message, Throwable cause)
      Constructor
      Parameters:
      message - exception message
      cause - exception cause
    • NotImplementedException

      public NotImplementedException(Throwable cause)
      Constructor
      Parameters:
      cause - exception cause