Class RoleException

    • Constructor Detail

      • RoleException

        public RoleException()
        Deprecated.
        Creates a new instance of RoleException without detail message.
      • RoleException

        public RoleException​(String msg)
        Deprecated.
        Constructs an instance of RoleException with the specified detail message.
        Parameters:
        msg - the detail message
      • RoleException

        public RoleException​(String msg,
                             Throwable cause)
        Deprecated.
        Constructs an instance of RoleException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • RoleException

        public RoleException​(Throwable cause)
        Deprecated.
        Constructs an instance of RoleException with the specified cause.
        Parameters:
        cause - the causal Throwable