Class ChipOutOfBoundsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.alliance.imaging.chip.service.api.ChipOutOfBoundsException
All Implemented Interfaces:
Serializable

public class ChipOutOfBoundsException extends Exception
A custom exception that is potentially thrown by the ChipService.
See Also:
  • Constructor Details

    • ChipOutOfBoundsException

      public ChipOutOfBoundsException(String message)
      Parameters:
      message - a descriptive message of the reason the exception is being thrown.