Class RemoveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ntnu.idata1002.prosjekt2021.exceptions.RemoveException
All Implemented Interfaces:
java.io.Serializable

public class RemoveException
extends java.lang.Exception
Capture a ssn person that failed to match the social security number in patients or employees in departments.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    RemoveException​(java.lang.String exception)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RemoveException

      public RemoveException​(java.lang.String exception)