Class ClusterServiceException

  • All Implemented Interfaces:
    Serializable

    public class ClusterServiceException
    extends Exception
    This class provides a wrapper for checked exceptions and is thrown by the utility services in case of any checked exceptions. The original exception is encapsulated in this wrapper.
    Author:
    Ivo Ladage-van Doorn
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterServiceException

        public ClusterServiceException​(String msg)
        Constructor.
        Parameters:
        msg - The error message.
      • ClusterServiceException

        public ClusterServiceException​(Exception e)
        Constructor. Instantiates a new ClusterServiceException.
        Parameters:
        e - The original exception
      • ClusterServiceException

        public ClusterServiceException​(String msg,
                                       Exception e)
        Constructor. Instantiates a new ClusterServiceException.
        Parameters:
        msg - The error message
        e - The original exception