Class OWNException

    • Constructor Detail

      • OWNException

        public OWNException()
        Constructs a new OWNException without a detail message.
      • OWNException

        public OWNException​(String s)
        Constructs a new OWNException with the specified detail message.
        Parameters:
        s - the detail message
      • OWNException

        public OWNException​(String s,
                            Throwable cause)
        Constructs a new OWNException with the specified detail message and cause.
        Parameters:
        s - the detail message
        cause - the cause in form of a throwable object, can be null