Class UninitializedCollectionException

  • All Implemented Interfaces:
    Serializable

    public class UninitializedCollectionException
    extends RuntimeException
    Exception raised when an operation is performed on an intentionally uninitialized collection.
    Author:
    poirigui
    See Also:
    Serialized Form
    • Constructor Detail

      • UninitializedCollectionException

        public UninitializedCollectionException​(String message)