Class UnsupportedOperationException

All Implemented Interfaces:
Serializable

public class UnsupportedOperationException extends SchedulerException
Exception used to indicate that an operation is not supported.
See Also:
  • Constructor Details

    • UnsupportedOperationException

      public UnsupportedOperationException()
      Constructor
    • UnsupportedOperationException

      public UnsupportedOperationException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - the associated detailed message
    • UnsupportedOperationException

      public UnsupportedOperationException(Throwable cause)
      Constructor with the underlying cause.
      Parameters:
      cause - the underlying cause for exception.
    • UnsupportedOperationException

      public UnsupportedOperationException(String msg, Throwable cause)
      Constructor with a detailed message and underlying cause.
      Parameters:
      msg - the detailed message for the exception.
      cause - underlying cause for the exception.