Class OWNAuthException

    • Constructor Detail

      • OWNAuthException

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

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

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