Class DataSealerException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DataSealerException

        public DataSealerException()
        Constructor.
      • DataSealerException

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

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

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