Class InvalidCollectionException

All Implemented Interfaces:
Serializable

public class InvalidCollectionException extends InvalidObjectException
Thrown to indicate that a method has been passed an invalid collection.
See Also:
  • Constructor Details

    • InvalidCollectionException

      public InvalidCollectionException()
      Creates an invalid collection exception with no detail message.
    • InvalidCollectionException

      public InvalidCollectionException(String message)
      Creates an invalid collection exception with a detail message.