Class ClientInformationManagerException

  • All Implemented Interfaces:
    Serializable

    public class ClientInformationManagerException
    extends Exception
    Exception indicating a problem managing client information.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientInformationManagerException

        public ClientInformationManagerException()
        Constructor.
      • ClientInformationManagerException

        public ClientInformationManagerException​(@Nullable
                                                 String message)
        Constructor.
        Parameters:
        message - exception message
      • ClientInformationManagerException

        public ClientInformationManagerException​(@Nullable
                                                 Exception wrappedException)
        Constructor.
        Parameters:
        wrappedException - exception to be wrapped by this one
      • ClientInformationManagerException

        public ClientInformationManagerException​(@Nullable
                                                 String message,
                                                 @Nullable
                                                 Exception wrappedException)
        Constructor.
        Parameters:
        message - exception message
        wrappedException - exception to be wrapped by this one