Class UnsupportedException

All Implemented Interfaces:
Serializable

public class UnsupportedException extends RuntimeException
Exception is thrown if the requested features is not supported by the implementing class.
See Also:
  • Constructor Details

    • UnsupportedException

      public UnsupportedException()
    • UnsupportedException

      public UnsupportedException(String message)
    • UnsupportedException

      public UnsupportedException(String message, Throwable cause)
    • UnsupportedException

      public UnsupportedException(Throwable cause)