public class TooManyItemsException extends RuntimeException
Constructor and Description |
---|
TooManyItemsException()
Creates a TooManyItemsException with no message.
|
TooManyItemsException(String message)
Creates a TooManyItemsException with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TooManyItemsException()
public TooManyItemsException(String message)
Copyright © 2023. All rights reserved.