Class NotSupportedException

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

public class NotSupportedException extends StreamBaseException
Signals that some feature is not supported
See Also:
  • Constructor Details

    • NotSupportedException

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

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

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