Class PartitionException

    • Constructor Detail

      • PartitionException

        public PartitionException​(String msg)
        Create a PartitionException with the specified detail message.
        Parameters:
        msg - the detail message.
      • PartitionException

        public PartitionException​(String msg,
                                  Throwable cause)
        Create a PartitionException with the specified detail message and nested exception.
        Parameters:
        msg - the detail message.
        cause - the nested exception.
      • PartitionException

        public PartitionException​(Throwable cause)
        Create a PartitionException with the specified nested exception.
        Parameters:
        cause - the nested exception.