Class HpccContainerizedUnsupportedException

  • All Implemented Interfaces:
    Serializable

    public class HpccContainerizedUnsupportedException
    extends Exception
    Unsupported operation on containerized HPCC environment.
    See Also:
    Serialized Form
    • Constructor Detail

      • HpccContainerizedUnsupportedException

        public HpccContainerizedUnsupportedException()
        A marker object for an exception during unsupported operation on containerized HPCC.
      • HpccContainerizedUnsupportedException

        public HpccContainerizedUnsupportedException​(String message)
        Instantiates a new HPCCContainerizedUnsupportedException.
        Parameters:
        message - the message
      • HpccContainerizedUnsupportedException

        public HpccContainerizedUnsupportedException​(Throwable cause)
        Instantiates a new HPCCContainerizedUnsupportedException.
        Parameters:
        cause - the cause
      • HpccContainerizedUnsupportedException

        public HpccContainerizedUnsupportedException​(String message,
                                                     Throwable cause)
        Instantiates a new HPCCContainerizedUnsupportedException.
        Parameters:
        message - the message
        cause - the cause
      • HpccContainerizedUnsupportedException

        public HpccContainerizedUnsupportedException​(String message,
                                                     Throwable cause,
                                                     boolean enableSuppression,
                                                     boolean writableStackTrace)
        Instantiates a new HPCCContainerizedUnsupportedException.
        Parameters:
        message - the message
        cause - the cause
        enableSuppression - the enable suppression
        writableStackTrace - the writable stack trace