Class PoiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.poi.PoiException
All Implemented Interfaces:
Serializable

public class PoiException extends Exception
Author:
Joern Muehlencord (joern@muehlencord.de)
See Also:
  • Constructor Details

    • PoiException

      public PoiException()
      Creates a new instance of PoiException without detail message.
    • PoiException

      public PoiException(String msg)
      Constructs an instance of PoiException with the specified detail message.
      Parameters:
      msg - the detail message.
    • PoiException

      public PoiException(String msg, Throwable th)
      Constructs an instance of PoiException with the specified detail message.
      Parameters:
      msg - the detail message.
      th - the root cause of this exception