Class FreezeDryingException

  • All Implemented Interfaces:
    Serializable

    public class FreezeDryingException
    extends Exception
    An exception thrown when there is a problem while working with the freeze drying utilities.
    See Also:
    Serialized Form
    • Constructor Detail

      • FreezeDryingException

        public FreezeDryingException​(Throwable cause)
      • FreezeDryingException

        public FreezeDryingException​(String message,
                                     Throwable cause)
      • FreezeDryingException

        public FreezeDryingException()
      • FreezeDryingException

        public FreezeDryingException​(String message)