Class NoUserFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoUserFoundException
    extends java.lang.RuntimeException
    Thrown, if no user found in user source while fetching users for simulation.

    Author:
    Erhan Bagdemir
    See Also:
    Serialized Form
    • 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 Detail

      • NoUserFoundException

        public NoUserFoundException​(java.lang.String message)
        Constructs a new NoUserFoundException instance.

        Parameters:
        message - Error message.