1 package SnowMailClient.model.multipart;2 3 /** class BoundaryNotFoundException.4 */5 public final class BoundaryNotFoundException extends Exception 6 {7 /** Constructor. */8 public BoundaryNotFoundException(String descr)9 {10 super(descr);11 }12 13 14 }