Class OrphedomosException

  • All Implemented Interfaces:
    Serializable

    public class OrphedomosException
    extends RuntimeException
    Specific runtime exception used to indicate that this came from Orphedomos. Other javadoc not overridden as this is not needed unless adding to the original javadoc.
    See Also:
    Serialized Form
    • Constructor Detail

      • OrphedomosException

        public OrphedomosException()
      • OrphedomosException

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

        public OrphedomosException​(String message)
      • OrphedomosException

        public OrphedomosException​(Throwable cause)