Class UserNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserNotFoundException
    extends java.lang.RuntimeException
    Exception thrown when user is not found.
    Author:
    Jakub Kulaviak
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UserNotFoundException​(java.lang.String msg)
      Constructor with message.
      UserNotFoundException​(java.lang.String msg, java.lang.Throwable t)
      Constructor with message and nested exception.
      UserNotFoundException​(java.lang.Throwable t)
      Constructor with throwable
    • 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

      • UserNotFoundException

        public UserNotFoundException​(java.lang.String msg)
        Constructor with message.
        Parameters:
        msg - message
      • UserNotFoundException

        public UserNotFoundException​(java.lang.Throwable t)
        Constructor with throwable
        Parameters:
        t - another throwable
      • UserNotFoundException

        public UserNotFoundException​(java.lang.String msg,
                                     java.lang.Throwable t)
        Constructor with message and nested exception.
        Parameters:
        msg - message
        t - nested exception